Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/douglasmatosdev/data-structure-and-algorithms-in-python
Data Structure is an area of Computer Science that studies computational techniques for the efficient organization and manipulation of any amount of information. In other words, when you develop a system you must think about which data structures to use; and the choice of a given data structure will influence the performance of the software.
https://github.com/douglasmatosdev/data-structure-and-algorithms-in-python
algorithms algorithms-and-data-structures data-science data-structures python python3
Last synced: about 2 months ago
JSON representation
Data Structure is an area of Computer Science that studies computational techniques for the efficient organization and manipulation of any amount of information. In other words, when you develop a system you must think about which data structures to use; and the choice of a given data structure will influence the performance of the software.
- Host: GitHub
- URL: https://github.com/douglasmatosdev/data-structure-and-algorithms-in-python
- Owner: douglasmatosdev
- License: mit
- Created: 2023-04-08T12:28:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-08T18:57:12.000Z (almost 2 years ago)
- Last Synced: 2024-05-27T18:24:27.580Z (8 months ago)
- Topics: algorithms, algorithms-and-data-structures, data-science, data-structures, python, python3
- Language: Python
- Homepage:
- Size: 31.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# data-structure-and-algorithms-in-python
Data Structure is an area of Computer Science that studies computational techniques for the efficient organization and manipulation of any amount of information. In other words, when you develop a system you must think about which data structures to use; and the choice of a given data structure will influence the performance of the software.
[1. Introduction](./1_section-introduction/resources/Estrutura%2Bde%2BDados%2Be%2BAlgoritmos%2Bcom%2BPython/Estrutura%20de%20Dados%20e%20Algoritmos%20com%20Python/)
[2. Basic programming in Python](./2_section-basic-programming-in-python/)
- [2.1 Manipulation variables and constants](./2_section-basic-programming-in-python/2_1-manipulation_variables_and_contants/)
- [2.2 Strings manipulation](./2_section-basic-programming-in-python/2_2-strings_manipulation/)
- [2.3 Math operations](./2_section-basic-programming-in-python/2_3-math-operations/)
- [2.4 Exercices](./2_section-basic-programming-in-python/2_4-exercices/)
- [2.5 Logical and rational operators](./2_section-basic-programming-in-python/2_5-logical-and-rational-operators/)