Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cs-joy/analysis-of-algorithms
A process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.
https://github.com/cs-joy/analysis-of-algorithms
algorithm computation cpp data-processing
Last synced: about 2 months ago
JSON representation
A process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.
- Host: GitHub
- URL: https://github.com/cs-joy/analysis-of-algorithms
- Owner: cs-joy
- License: mit
- Created: 2022-11-20T15:45:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T17:49:54.000Z (over 1 year ago)
- Last Synced: 2023-09-28T05:09:58.795Z (over 1 year ago)
- Topics: algorithm, computation, cpp, data-processing
- Language: C++
- Homepage: https://en.wikipedia.org/wiki/Algorithm
- Size: 821 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Algorithm
A process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.![Ada Lovelace's diagram from "note G", the first published computer algorithm](https://upload.wikimedia.org/wikipedia/commons/c/cf/Diagram_for_the_computation_of_Bernoulli_numbers.jpg 'Ada Lovelaces diagram from "note G" the first published computer algorithm')
## Explanation
- [Dijkstra's Algorithm](https://www.youtube.com/watch?v=GazC3A4OQTE) `-` [implementWithCPP](https://github.com/cs-joy/Analysis-of-Algorithms/blob/main/path/dijkstras_algo.c%2B%2B)- [MIT](https://www.youtube.com/watch?v=JPyuH4qXLZ0 'Introduction to Algorithms')
- [Viterbi Algorithm](https://en.wikipedia.org/wiki/Viterbi_algorithm)
# Course
- [Advanced Algorithms](https://www.youtube.com/watch?v=0JUN9aDxVmI)