Skip to content

daltonschool/collections-estudethedude

Repository files navigation

E period collections assignment

Complete a function for each data structure: stack, deque, list, set.

getting started

clone the files to your computer

git clone https://github.com/daltonschool/CS3A-collections-TEAMNAME.git

then you can work locally.

When you have finsihed and tested a function, commit to the repo

git commit -a -m "message, fixes #2"

Then merge your local repository with the remote repository

git pull
git mergetool
git commit
git push

You must write code on your own, but you may help your peers with concepts.

assessment:

  • 5 pts for each correct function (individual)
  • 1 pt for each completed datastructure (group)
  • 1 pt to be determined
  • 70 pts for free

due 11/5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages