Algorithms-DataStructures-BigONotation icon indicating copy to clipboard operation
Algorithms-DataStructures-BigONotation copied to clipboard

Big O notation cheatsheets. algorithms and data structures explanations and implementations

Results 11 Algorithms-DataStructures-BigONotation issues
Sort by recently updated
recently updated
newest added

If that site is not live, then use the GH Pages URL https://cooervo.github.io/Algorithms-DataStructures-BigONotation/

This is a fix to adjust fonts from http to https ## HTTP When visiting the site here, this not an issue. http://cooervo.github.io/Algorithms-DataStructures-BigONotation/ But that is also only HTTP. ##...

- Rename heading - Fix typos and grammaer - make URLs https - fix bullet points to follow markdown best practice

There is a sudden jump from ns to ms in `Growth rates` table.

Excellent! Would add heap to the datastructures with a note that find_max is O(1)

Using Opera 58 web browser, there are issues with the display. - left-side bar overlaps tables - tables have overlapping text labels ![Opera 58 error preview](https://i.imgur.com/KRv6SaT.jpg)

The tables are amazing for showing people the importance of efficient algorithms, especially the "Growth Rates" comparison. However, when pointing at a certain row with the cursor, the other ones...

In full screen, the "About" section floats over the aside. When I changed the dimensions of the screen, multiple objects start to overlap. I've attached some images with version info....

In "Big O notation" page, Bubble sort is presented as a linear time example (ie. O(n)). However, it is O(n^2).