https://github.com/ivan-magda/master-algorithmic-programming-techniques
Solutions that I come up with for the Master Algorithmic Programming Techniques specialization
https://github.com/ivan-magda/master-algorithmic-programming-techniques
algorithm
Last synced: 2 months ago
JSON representation
Solutions that I come up with for the Master Algorithmic Programming Techniques specialization
- Host: GitHub
- URL: https://github.com/ivan-magda/master-algorithmic-programming-techniques
- Owner: ivan-magda
- Created: 2016-10-02T11:43:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-06T09:14:38.000Z (about 7 years ago)
- Last Synced: 2025-03-24T10:05:08.841Z (3 months ago)
- Topics: algorithm
- Language: Java
- Homepage:
- Size: 82 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Master Algorithmic Programming Techniques
Learn algorithms through programming and advance your software engineering or data science career.This is repository where I will be posting the solutions that I come up with for the [Master Algorithmic Programming Techniques](https://www.coursera.org/specializations/data-structures-algorithms) specialization.
## ATTENTION: SPECIALIZATION STUDENTS
If you are a current Master Algorithmic Programming Techniques student at Coursera who has not yet made a final submission of this assignment, then looking at this solution for any amount of time constitutes a violation of Coursera's Honor Code.## Specialization Description
The Specialization covers algorithmic techniques for solving problems arising in computer science applications. It is a mix of theory and practice: you will not only design algorithms and estimate their complexity, but you will get a deeper understanding of algorithms by implementing them in the programming language of your choice.