/fesb-data-structures

Solutions to the assignments given at FESB's Data structures class.

Primary LanguageCMIT LicenseMIT

🎓 Data structures class solutions

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.

Class prerequirements:

  • Pointers and pointer to pointer relations
  • Call by reference
  • Dynamic allocation of memory
  • Structures
  • File manipulation
  • Command line argument handling

Class syllabus includes following concepts:

  • List and (doubly) linked list
  • Self referencing structures
  • Polynomic addition and multiplication
  • Postfix calculations
  • Stack and queue
  • Trees
  • Binary search tree
  • AVL tree

⚠️ Disclaimer

These solutions are shared solely for educational purposes and should not be misused in the class.