Skip to content

RoaaMustafa/data-structures-and-algorithms

Repository files navigation

Data Structures and Algorithms

See setup instructions, in the Code 301 Setup Guide.

Repository Quick Tour and Usage

301 Code Challenges

Under the javascript folder, at the top level, is a sub-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

If you have not already done so, run npm install from within this folder to setup your system to be able to run tests using Jest

To run your tests

  • Change to the javascript folder
  • run npm test to run all of the tests
  • run npm test ## to only run tests for challenge ## (i.e. 01)

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.
assignment Description
Array_revers array_revers
Array_index-shift Array_index
binary_search binary_search
linked_list linked_list
linked_list-insertion linked_list-kth
linked_list-kth linked_list-kth
linked_list-zip linked_list-zip
Trees Trees
max-tree max-tree
Fizz_Buzz_tree Fizz_Buzz_tree
Insertion sort Insertion-sort
Merge sort Merge-sort
quick_sort quick_sort

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published