DataStructures-and-Algorithms

Data Structures and Algorithms

Table Of Contents

Repository Quick Tour and Usage

Setup Instructions:

Clone Project Navigate into subfolder. For example, javascript directory will have *.json for a script to test.

### For starting new projects

Review scripts such as json, makefile to test code.

Intermediate Code Challenges

Under the javascript folder, at the top level, is a sub-folder called code-challenges. Further explanation here.

As an intermediate introduction to code Algorithms, there will be code challenges such as regex, and array sorting.

Here is a simple way to get code running. If you have not already done so, run npm install from within this folder to set up your system to be able to run tests using Jest

To run your tests

Advanced Data Structures and Code Challenges

Below are my overall understanding of five languages in Data Structures and Algorithms. Each will contain answers with CodeFellows code challenges and more. for example, the Java Readme will have Documentation with answers and Big O analysis.

Java - Data Structures and Algorithms