HomeProjectsPublicationsArtworkMisc

Misc

Computer Programming Problem Sets

These are sets of problems I made for teaching the Computer Programming lab at the Technical University of Cluj-Napoca.
  • Lab 2 - Standard I/O in C
  • Lab 3 - Expressions in C
  • Lab 4 - Statements in C
  • Lab 5 - Functions in C
  • Lab 6 - Modular Programming
  • Lab 7 - Pointers
  • Lab 10 - Structures, Unions, Enumerations
  • Lab 11 - File Input/Output
  • Lab 12 - Recursion

Data Structures and Algorithms Problem Sets

These are sets of problems I made for teaching the Data Structures and Algorithms lab at the Technical University of Cluj-Napoca.
  • Lab 1 - Simply Linked Lists
  • Lab 2 - Doubly Linked Lists
  • Lab 3 - Binary Search Trees
  • Lab 4 - Hash Tables
  • Lab 5 - Graph Representations, Depth First Search, Breadth First Search
  • Lab 6 - Shortest Path Algorithms
  • Lab 9 - Minimum Spanning Trees
  • Lab 11 - Divide and Conquer
  • Lab 12 - Dynamic Programming