Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 774 Bytes

File metadata and controls

23 lines (17 loc) · 774 Bytes

MyDataStructureHomework

Menu:

  1. Week1: SquList and LinkList (part1).
  2. Week2: SquList and LinkList (part2).
  3. Report: A Method to solve some problems without recursion.
  4. Week3: Stack and Queue.
  5. Week4: Little Matrix.
  6. Week5: Binary Tree.
  7. Week6: Simple Graph.
  8. Week7: Graph too.
  9. Week8: Simple Sort.
  10. Practicum: Tiring Problem.

Use:

  • C++
  • Oop?

Should data structure be Oop?

All solutions are coded and tested on WSL:Ubuntu-22.04 with g++. Although most of the solutions could compiled and run on any systems, it seems that some trouble with encoding happened when you try to run program with Chinese on Windows.