Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)