/DataStructuresAndProgramming2022

Data Structures and Programming 2022/2023 Course at FMI Sofia University for CS

Primary LanguageC++

📚 Data Structures and Programming 2022/2023 Course at FMI Sofia University for CS

How to contribute to this repo?

  • This is a very useful step by step guide of how to contribute to open source. Don't hesitate to ask if you have any questions.

Topics for small seminars

  • auto
  • std::functional and lambda functions, currying
  • make, cmake, building process

What books should I read?

Link

📌 Content by weeks:

3️⃣ Queue

4️⃣ Linked List

Data structure implementations

  • Stack
    • Static Array
    • Dynamic Array
    • Array List
  • Queue
    • Array List
    • Static Array
  • Linked List
    • Singly Linked List
    • Double Linked List
    • Circular Double Linked List