Skip to content

hughjazzman/cs2040c-kattis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming Problems

This repository contains my own implementation of the programming assignments and problems related to data structures and algorithms. To my knowledge, all the code should be fully functional and working.

CS2040C Assignments

  • AY19/20 Semester 2
  • Prof Alan, Cheng Ho Lun

This NUS module introduces students to the design and implementation of fundamental data structures and algorithms. The module covers basic data structures (linked lists, stacks, queues, hash tables, binary heaps, trees, and graphs), searching and sorting algorithms, basic analysis of algorithms, and basic object-oriented programming concepts. Assignments were given full credit.

Kattis

Kattis filenames correspond directly to the problem links. All should be accepted (AC) code.

Google Kick Start

My own attempts at some (usually easier low pointers) Google Kick Start questions.