Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edmilson-dk/academic-programming
In this repository, I will share all content that I have been studying in academic programming, such as data structures, ordering algorithms, etc.
https://github.com/edmilson-dk/academic-programming
algorithms algorithms-and-data-structures data-structures problem-solving
Last synced: 21 days ago
JSON representation
In this repository, I will share all content that I have been studying in academic programming, such as data structures, ordering algorithms, etc.
- Host: GitHub
- URL: https://github.com/edmilson-dk/academic-programming
- Owner: edmilson-dk
- License: mit
- Created: 2021-01-21T12:50:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-27T13:50:12.000Z (over 3 years ago)
- Last Synced: 2024-11-21T04:05:35.198Z (3 months ago)
- Topics: algorithms, algorithms-and-data-structures, data-structures, problem-solving
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Academic Programming
![Academic programming](https://tlgur.com/d/g05EPD94)
## Introduction
As I have studied several academic contents in programming, and in these studies I separated the content into different repositories, so I prefer to create a single repository where, I will gather all the contents that I have studied so far, and those that I will study, this initiative serves me as a way to review everything I had studied and keep organized, for future content consultations.
## Contents
> The contents below will be shared here, whenever I conclude something about it.
* [Analysis of algorithms](https://en.wikipedia.org/wiki/Analysis_of_algorithms)
* [Search algorithms](https://en.m.wikipedia.org/wiki/Search_algorithm)
* [Recursive algorithms](https://en.m.wikipedia.org/wiki/Recursion_(computer_science))
* [Sorting algorithms](https://en.m.wikipedia.org/wiki/Sorting_algorithm)
* [Data structures](https://en.m.wikipedia.org/wiki/Data_structure#:~:text=In%20computer%20science%2C%20a%20data,be%20applied%20to%20the%20data.)
* [Programming techniques](https://en.m.wikibooks.org/wiki/A-level_Computing_2009/AQA/Problem_Solving,_Programming,_Operating_Systems,_Databases_and_Networking/Programming_Concepts/Programming_paradigms#:~:text=Structured%20programming%20techniques%20involve%20giving,%2C%20loop%2C%20do%2C%20until.)
* Miscellaneous algorithms
* Problem solving## Summary of contents
> Below is the summary of available content.
* [Analysis and complexity of algorithms](https://github.com/edmilson-dk/academic-programming/blob/main/analysis-and-complexity-of-algorithms)
* [Searching algorithms](https://github.com/edmilson-dk/academic-programming/blob/main/search-algorithms)## Languages used
* [C](https://en.wikipedia.org/wiki/C_(programming_language))
* [C++](https://en.m.wikipedia.org/wiki/C%2B%2B)
* [JavaScript](https://www.w3schools.com/whatis/whatis_js.asp)
* [Python](https://www.python.org/doc/essays/blurb/)[MIT](https://github.com/edmilson-dk/academic-programming/blob/main/LICENSE) Project License
Creator with 💙 by [Edmilson Jesus](https://www.linkedin.com/in/edmilson-jesus-4128711b5)