Skip to content

Projects for Data Structures & Algorithms course in Boğaziçi University

License

Notifications You must be signed in to change notification settings

berkerol/boun-cmpe250-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOUN CMPE250 Projects

These are the projects that I wrote for the Data Structures & Algorithms course in Boğaziçi University in Fall 2016. I got the highest grades in each project.

Descriptions

  1. BigInteger (using LinkedList)
  2. Discrete Event Simulation
  3. Shortest Path with Dependencies
  4. Maximum Spanning Tree by Reverse Kruskal's Algorithm
  5. A* Search Algorithm

Detailed descriptions are in the pdf files in each project's directory.

Test Cases

Here

  • Public test cases were given us before due date to test our code.
  • Private test cases were used for grading.

Installation

Use CMakeLists.txt files in each project's directory for compiling.

Contribution

Feel free to contribute.

Distribution

You can distribute this software freely under GNU GPL v3.0.