emanmkhareez / data-structures-and-algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

challenges401

Syntax Description
reversed reverseArray
ShiftArray ShiftArray
arrayBinarrySearch arrayBinarySearch
matrix matrix
LinkedList LinkedList
insertionLinkedList insertionLinkedList
kthLinkedList kthLinkedList
ZIP-Linked-List ZIP-Linked-List
Stack && queue Stack && queue
AnimalShelter AnimalShelter
BracktStack BracktStack
stack-queue-pseudo stack-queue-pseudo
trees trees
binarymax binarymax
readthFirstSearch readthFirstSearch
tree-fizz-buzz tree-fizz-buzz
insertion insertion
mergeSort mergeSort
quickSort quickSort
hashtable hashtable
hashmap-tree-intersection hashmap-tree-intersection

About


Languages

Language:JavaScript 99.6%Language:Python 0.3%Language:Shell 0.1%