/C-codes

Some codes written in C. Assignments (in other langs) too.

Primary LanguageJupyter Notebook

C-codes


Some C codes, assignments:

  • Intro To Prog
  • OS-1
  • Computer Architecture
  • PoPL
  • Data Structures (1 and 2)
  • OS-2 : Includes a simple slab allocator, implementation of Reader-writer problems and other synchronisation problems
  • Compilers 1 : Done in COOL - Classroom Object Oriented Language: A stack interpreter.
  • Parallel and Concurrent Programming - Linearizable data structures etc.
  • Networks 2 : Socket Programming
  • Comp&Network Sec: SSL communication via socket programming.
  • Applied Machine Learning