Skip to content

eclipse-909/Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASSIGNMENT 4 NOTES!!!

  • When running ./Assignment4.exe, you can pass the names of the graph files as arguments.
  • Running "./Assignment4.exe" by itself will use graphs2.txt by default.
  • Running "./Assignment4.exe graphs3.txt graphs4.txt" will use graphs3.txt and graphs4.txt, but not graphs2.txt. You can include graphs2.txt in the args if you want to use it.
  • You can specify as many files as you want.
  • File paths must be relative to the working directory.
  • graphs3.txt and graphs4.txt are not included.

Algorithms


Assignment0

A limerick about C++ written with LaTeX.


Assignment1

Stacks, queues, linked lists, selection/insertion/merge/quick sort, magicitems.txt.


Assignment2

Linear and binary search and hash tables.


Assignment3

Graphs with matrices, adjacency lists, and linked objects and binary search trees.


Assignment4

Directed, weighted graph with linked objects, Bellman-Ford SSSP, fractional knapsack.


Compiling

cd into the Assignment# subdirectory and enter 'make' in the terminal.
The binary produced should be ./Assignment#.exe

About

A repo for all the assignments for my algorithms course

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors