Home > Advanced-Algorithm-Problems

Advanced-Algorithm-Problems

Advanced-Algorithm-Problems is a project mainly written in C#, it's free.

Solutions to ACM/TopCoder style programming competition problems. Demonstrates a number of advanced algorithms.

Problems completed during QUT Advanced Algorithms unit INB365. Demonstrate a number of techinques including:

  • Dynamic Programming
  • Graph Traversal Algorithms
  • Shortest Path Algorithms
  • Convex Hull
  • Line Intersection
  • String Matching
  • Maximum Flow
  • Min Cost Max Flow
  • Edit Distance
  • Stable Marriage

and more. They accept console based text input and output results to the console. Various problem statements are available in the solution.

Previous:ktbs4j