0 Forks
0 Stars
0 Watchers

Advanced-DS-and-Algorithms

This repository contains tons of programs for various algorithms implemented in Java. Algorithms like euler tour, edmonds branching algorithm, bipartite matching algorithm. The main focus is on code quality, run time optimization, cleaner and high quality code which is easy to read. The repository contains projects in 2 categories Short Projects Long Projects Short Projects as the name suggest are a bunch of small projects each of which can be done under 1 hour or so. Long Projects are relatively big projects which have a lot of work done to them. There are 1-3 levels in Long Projects. Level 1 is pretty easy, and was written in a day or 2. Level 2 and three are some thoughtful levels, with some thinking required for them. The test cases are in the test case folder. Only the long projects have test cases. These projects were done as part of the coursework for my course in "Implementation of Advanced Data Structures and Algorithms" at UT Dallas. All long projects have reports along with them which discusses the run time of test cases and various problems encountered during the project.

How to download and setup Advanced-DS-and-Algorithms

Open terminal and run command
git clone https://github.com/twinklesharma1311/Advanced-DS-and-Algorithms.git
git clone is used to create a copy or clone of Advanced-DS-and-Algorithms repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with Advanced-DS-and-Algorithms https://github.com/twinklesharma1311/Advanced-DS-and-Algorithms/archive/master.zip

Or simply clone Advanced-DS-and-Algorithms with SSH
[email protected]:twinklesharma1311/Advanced-DS-and-Algorithms.git

If you have some problems with Advanced-DS-and-Algorithms

You may open issue on Advanced-DS-and-Algorithms support forum (system) here: https://github.com/twinklesharma1311/Advanced-DS-and-Algorithms/issues