Skip to content

Implemented several algorithms like Kmeans, Dijkstra's algorithm, graph is 3-colorable or not, even/odd length graph path, topological sort, Hamiltonian cycle, etc. in PostgreSQL.

Notifications You must be signed in to change notification settings

shaharpit809/Advanced-Database-Concepts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Implemented several algorithms in PostgreSQL.

Algorithms implemented were :

  • Finding supersets of set
  • Finding vertices in a graph that are connected by an even and odd length path
  • Topological sort
  • Check if a graph is 3-colorable or not
  • Finding out if Hamiltonian cycle in a Graph
  • Finding out the t-frequent set using Apriori rule
  • Kmeans
  • Finding aggregated weights of all the parts
  • Dijkstra's algorithm to find the shortest path
  • Simple map-reduce concepts

About

Implemented several algorithms like Kmeans, Dijkstra's algorithm, graph is 3-colorable or not, even/odd length graph path, topological sort, Hamiltonian cycle, etc. in PostgreSQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published