Data Structures and Algorithms

See setup instructions, in the Code 301 Setup Guide.

Repository Quick Tour and Usage

301 Code Challenges

Under the data-structures-and-algorithms repository, at the top level is a folder called code-challenges

Each day, you'll add one new file to this folder to do your work for the day's assigned code challenge

401 Data Structures, Code Challenges

  • Please follow the instructions specific to your 401 language, which can be found in the directory below, matching your course.

Table Content

classes link
reverse-test01 click me
array-shift-test02 click me
array-binary-search click me
linked-list click me
ll-insertions-test05 click me
ll-kth-from-end click me
LLZip click me
stack-and-queue click me
queue-with-stacks click me
fifo-animal-shelter click me
multi-bracket-validation click me
Trees click me
findMaxValue in tree click me
breadth first from tree click me
fizz buzz click me
inversion sort click me
merge sort click me
quick sort click me
hashTable click me
repeat hash word click me
hashmap-tree-intersection click me
leftHash click me