An open API service indexing awesome lists of open source software.

https://github.com/nathancordeiro/modern-algorithms-and-design-foundation

This repository will contain all the experimental programs in the course Modern Algorithms and Design Foundation
https://github.com/nathancordeiro/modern-algorithms-and-design-foundation

Last synced: 6 months ago
JSON representation

This repository will contain all the experimental programs in the course Modern Algorithms and Design Foundation

Awesome Lists containing this project

README

          

---

MODERN ALGORITHMS & DESIGN FOUNDATION

###
This repository contains all the programing codes in the course `Modern algorithms` it teaches various concepts from
algorithm design like
1. `Divide and Conquer`
2. `Brute Force`
3. `Dynamic Programming`
4. `Backtracking`
###
---
## Contents of the Course :

## Experiment 1:
~~~
Binary Search
~~~

## Experiment 2:
~~~
Merge Sort
~~~

## Experiment 3:
~~~
Quicksort
~~~

## Experiment 4:
~~~
Pattern Matching
~~~

## Experiment 5:
~~~
Dijkstra's Algorithm
~~~

## Experiment 6:
~~~
Kruskal's Algorithm
~~~

## Experiment 7:
~~~
Knapsack Problem
~~~

## Experiment 8:
~~~
Optimal Binary Search Treee
~~~

## Experiment 9:
~~~
Sum Of Subsets Problem
~~~

## Experiment 10:
~~~
Longest Common Substring Problem
~~~

---
#