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

https://github.com/criszst/mind-anottations

💻| My general annotations about programming
https://github.com/criszst/mind-anottations

annotations mind-annotations mind-mapping

Last synced: 5 months ago
JSON representation

💻| My general annotations about programming

Awesome Lists containing this project

README

          

# Mind-Annotations
![](Images/README/Pasted%20image%2020241119000937.png)
*Some annotations that i use for study (ye i using obsidian)

These annotations, in general, is kinda like a "mental map" - I use annotation to keep my mind the infos about some studies and so on

Also, i like making these annotations bc they motivate me to study more about IT world

**OBS**: These annotations are in portuguese, which is my native language

- ## **Programming Concepts**
- ##### `Big O Notation`
- [Explanation, Example and Links](Programming%20Concepts/Big%20O%20Notation/Explanation,%20Example%20and%20Links.md)

- ###### Asymptotic Notation
- [Asymptotic Notation](Programming%20Concepts/Big%20O%20Notation/Asymptotic%20Notation/Asymptotic%20Notation.md)
- [Rule of Dominant Term](Programming%20Concepts/Big%20O%20Notation/Asymptotic%20Notation/Rule%20of%20Dominant%20Term.md)

- ###### Theory
- [O(n)](Programming%20Concepts/Big%20O%20Notation/Theory/O(n).md)
- [O(n²)](Programming%20Concepts/Big%20O%20Notation/Theory/O(n²).md)

- ###### Practice Examples
- [O(1)](Programming%20Concepts/Big%20O%20Notation/Practice%20Examples/O(1).md)
- [O(n)](Programming%20Concepts/Big%20O%20Notation/Practice%20Examples/O(n).md)
- [O(n²)](Programming%20Concepts/Big%20O%20Notation/Practice%20Examples/O(n²).md)
- [O(n.m)](Programming%20Concepts/Big%20O%20Notation/Practice%20Examples/O(n.m).md)

- ##### `Data Structures`
- [Array (Vetor ou Matriz)](Programming%20Concepts/Data%20Structures/Array%20(Vetor%20ou%20Matriz).md)
- [Stack - Last-In, Last-Out](Programming%20Concepts/Data%20Structures/Stack%20-%20Last-In,%20Last-Out.md)
- [Queue - First-In, First-Out](Programming%20Concepts/Data%20Structures/Queue%20-%20First-In,%20First-Out.md)
- [Binary Tree](Programming%20Concepts/Data%20Structures/Binary%20Tree.md)

- ##### `Logaritm`
- [Defination & Exemplos](Programming%20Concepts/Logaritm/Defination%20&%20Exemplos.md)

- ##### `Memory Alocation`
- [Contiguous](Programming%20Concepts/Memory%20Alocation/Contiguous.md)
- [Not Contiguous](Programming%20Concepts/Memory%20Alocation/Not%20Contiguous.md)

- ##### `OOP (Object-Oriented Programming)`
- [Inheritance](Programming%20Concepts/OOP%20(Object-Oriented%20Programming)/Inheritance.md)
- [Polymorphism](Programming%20Concepts/OOP%20(Object-Oriented%20Programming)/Polymorphism.md)
- [Encapsulation](Programming%20Concepts/OOP%20(Object-Oriented%20Programming)/Encapsulation.md)
- [Abstraction](Programming%20Concepts/OOP%20(Object-Oriented%20Programming)/Abstraction.md)
- [Object, Class and Instance](Programming%20Concepts/OOP%20(Object-Oriented%20Programming)/Object,%20Class%20and%20Instance.md)

- ##### `Sorting Algorithm`
- [Simple Methods](Programming%20Concepts/Sorting%20Algorithm/Simple%20Methods.md)
- [Efficient Methods](Programming%20Concepts/Sorting%20Algorithm/Efficient%20Methods.md)

- ## **Hardware**
- [Hardware Architecture](Hardware/Hardware%20Architecture.md)

- ## **Language Concepts**

- ### C
- [Pointers](Language%20Concepts/C/Pointers.md)

- ### *Python*

- ##### `Algorithm`
- [Recursion](Language%20Concepts/Python/Algorithm/Recursion.md)
- [List Comprehension](Language%20Concepts/Python/Algorithm/List%20Comprehension.md)
- [Generator Expression](Language%20Concepts/Python/Algorithm/Generator%20Expression.md)
- [Paradigms](Language%20Concepts/Python/Algorithm/Paradigms.md)

- ##### `DS (Data Structures) & Iterators`
- [Dictionaries](Language%20Concepts/Python/DS%20&%20Iterators/Dictionaries.md)
- [Lists](Language%20Concepts/Python/DS%20&%20Iterators/Lists.md)
- [Sets](Language%20Concepts/Python/DS%20&%20Iterators/Sets.md)
- [Tuples](Language%20Concepts/Python/DS%20&%20Iterators/Tuples.md)
- [Itarables and Iterators](Language%20Concepts/Python/DS%20&%20Iterators/Itarables%20and%20Iterators.md)

- ##### `Frameworks`
- [PyTest](Language%20Concepts/Python/Frameworks/PyTest.md)
- [Django](Language%20Concepts/Python/Frameworks/Django.md)

- ##### `Virtual Environments`
- [Venv](Language%20Concepts/Python/Virtual%20Environments/Venv.md)

- ##### `Regular Expression`
- [RegeEx](Language%20Concepts/Python/Regular%20Expression/RegeEx.md)

- ##### `Dunder Methods`
- [Dunder Methods](Language%20Concepts/Python/Dunder%20Methods/Dunder%20Methods.md)

- ##### `Lambda`
- [Lambda](Language%20Concepts/Python/Lambda/Lambda.md)