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
- Host: GitHub
- URL: https://github.com/nathancordeiro/modern-algorithms-and-design-foundation
- Owner: NathanCordeiro
- Created: 2024-02-03T18:48:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T09:22:14.000Z (11 months ago)
- Last Synced: 2025-02-07T00:20:17.773Z (8 months ago)
- Language: C++
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
~~~---
#