You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implements sorting algorithm for directed acyclic as well as cyclic graphs. The directed cyclic graphs are sorted by determining the minimal amount of cyclic edges and optionally then also determining the maximum amount of groupings possible with a minimal amount of cyclic edges.
An excel clone using HTML-CSS-JavaScript. Change properties of different cells. Capable of applying formulas, copying/cutting/pasting multiple cells. Back tracing a cyclic formula on detection and shows the backtracked path using colors. Capable of handling more than one sheets. Downloads and Uploads sheets by parsing into JSON data.