Skip to content

charlescapps/mastery_in_programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homework for CS510: Mastery in Programming

Some interesting projects.

  • Wrote a program to solve sudoku efficiently. Gets all solutions, not just one solution.
  • (Need to test sudoku on boards with lots of solutions to see how fast it is.
  • Strongly-connected component program using Tarjan's Algorithm. Kind of cool since I had only used Kosaraju's Algorithm.
  • Eight queens is kinda trivial, but kinda fun.
  • Buffed up my C skills, etc.

About

cs510 projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published