Archive for problems for CEDT mock exam 2025, covering:
- Computer Programming (midterm, final)
- Data Structures & Algorithms
.
├── comprog-midterm/
│ ├── cmwarm
│ ├── cm1
│ ├── cm2
│ ├── cm3
│ └── cm4
├── comprog-final/
│ ├── cfwarm
│ ├── cf1
│ ├── cf2/
│ │ ├── testcase/
│ │ │ ├── 1.in
│ │ │ ├── 1.out
│ │ │ ├── 2.in
│ │ │ ├── 2.out
│ │ │ ├── ...
│ │ │ └── 20.out
│ │ ├── cf2-genin.cpp
│ │ ├── cf2-gensol.cpp
│ │ ├── cf2-sol.cpp
│ │ ├── cf2-statement.pdf
│ │ ├── cf2-editorial.pdf
│ │ └── cf2-[any-supplementary-file]
│ ├── cf3
│ └── cf4
├── data-structure/
│ ├── dswarm
│ ├── ds1
│ ├── ds2
│ ├── ds3
│ └── ds4
├── algorithm/
│ ├── agwarm
│ ├── ag1
│ ├── ag2
│ ├── ag3
│ └── ag4
├── Resource
└── README.md
- Editorial & Statements could be added when preparing to be public
- Structure of DS problems is TBA (for problems using .h)
Resourceis folder wheretestlib.hand example generator files live- Files and Folders in tree above are in logical order, not fully sorted alphabetically
Made with 💖 by CEDT mock exam crew