Skip to content

cedt-mock-exam/problem-mock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

148 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

problem-mock

Archive for problems for CEDT mock exam 2025, covering:

  • Computer Programming (midterm, final)
  • Data Structures & Algorithms

Folder Structure

.
├── 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

Notes on folder structure

  • Editorial & Statements could be added when preparing to be public
  • Structure of DS problems is TBA (for problems using .h)
  • Resource is folder where testlib.h and 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages