All Questions
2 questions
3
votes
2
answers
1k
views
Find all shortest paths between 2 nodes in a directed, unweighted, SQL graph
I want to find all shortest paths between a pair of vertices in a unweighted graph i.e all paths that have the same length as the shortest. The edges of the graph are stored in a SQL database. The ...
1
vote
1
answer
3k
views
Get time slots based on multiple workshops
I have a list of Workshops, each having open days (Monday, Tuesday etc.) and open time and close time (which will be same for each day). Now, Based on the current time, I need to find out next 7 days ...