I was enrolled at a data structures class as part of my Computer science education at a local college FESB. These are my solutions to the most of the assignments given at that very class. All solutions were reviewed by assistant professor.
- Pointers and pointer to pointer relations
- Call by reference
- Dynamic allocation of memory
- Structures
- File manipulation
- Command line argument handling
- List and (doubly) linked list
- Self referencing structures
- Polynomic addition and multiplication
- Postfix calculations
- Stack and queue
- Trees
- Binary search tree
- AVL tree
These solutions are shared solely for educational purposes and should not be misused in the class.