Skip to content

ashrf288/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.

Table of Contents:

Tables Are
1 array-reverse
2 insert_array
3 binary_search
4 linked_list
5 stacks and queue
4 pseudo_queue
5 animal shelter
6 stack_queue_brackets
7 trees
8 breadth_first_tree
9 tree_fizz_buzz
10 insertion sort
11 merge_sort
12 quick_sort
13 hash_table
14 hashmap_repeated_word
15 tree_intersection
16 hashmap_left_join
17 graph
17 breadth_first_readme
18 breadth_first_readme
19 bussines_trip_graph
20 graph_depth_first

About

Practice with Data Structures and Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages