Skip to content
#

sorting-algorithms

Here are 1,649 public repositories matching this topic...

williamfiset
williamfiset commented Apr 1, 2020

From a comment I got on YouTube that needs investigation:

"If the graph has 3 nodes - 0, 1, 2 and the indegree and outdegree of all the nodes are 0. Then, there is an empty Eulerian path, but the code results in "0". Do you think findStartNode() can be enhanced to handle this edge case?"

Relevant Videos:

Euler path/circuit existence: https://youtu.be/xR4sGgwtR2I
Euler path/circuit algori

📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book

  • Updated Apr 1, 2020
  • TypeScript
joshuapinter
joshuapinter commented May 7, 2018

First off, this is friggin' cool!

I would love to see three things here:

  1. Benchmarks to compare how long each method takes.

  2. A brief explanation of what each method is doing and how they differ (maybe strengths/weaknesses).

  3. Easily change the dataset size from 10 to 100, to maybe 1,000 or 10,000.

So cool! Great job! 👏 👏

Improve this page

Add a description, image, and links to the sorting-algorithms topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sorting-algorithms topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.