This repository pretends to have each basic data structure and each basic algorithm, developed in c++ in a console app
- Object Oriented Programming
- Templates
- Multi Operating System Support
- Chronometer *
- Data types in c++
- Date Validator
- Number integer to binary
- Base Administration Class (Parent)
-
Objects
- Simple Node
- Double Node
-
Lists
- Array List
- Linked List
- Double Linked List
- Circle Linked List
-
Queues
- Array Queue
- Linked Queue
-
Stacks
- Array Stack
- Linked Stack
- (*) don't work yet