-
Updated
Oct 3, 2020
Data structures
A data structure is a particular way storing and organizing data in a computer for efficient access and modification. Data structures are designed for a specific purpose. Examples include arrays, linked lists, and classes.
Here are 9,792 public repositories matching this topic...
-
Updated
Oct 3, 2020 - JavaScript
-
Updated
Sep 30, 2020
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Oct 2, 2020 - Swift
-
Updated
Oct 1, 2020 - C++
-
Updated
Sep 29, 2020 - Java
The UI of the scatterplot has got more ugly between 3.4 and the current development version.
To Reproduce
Steps to reproduce the behavior: create any scatterplot facet.
Current Results (master)
Expected Behavior (3.4)
!
In our C repository, there are currently several open issues:
What's more, you can also **fix an existing bugs, impr
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Sep 7, 2020 - Python
-
Updated
Oct 23, 2019
-
Updated
Oct 2, 2020 - Python
-
Updated
Oct 3, 2020 - C++
steps to reproduce
Write a loop, from 1 to 80000, each time add a random int to the max heap.
In theory it takes very little time(NlogN, N=80000, <1sec ), but the program does take a long time.
I'v also tested the BinaryHeap in https://github.com/SolutionsDesign/Algorithmia, it performs well, so it is probably due to the bad algorithm.
-
Updated
Aug 21, 2020
-
Updated
Oct 3, 2020 - Go
-
Updated
Sep 2, 2020 - Swift
-
Updated
Oct 26, 2019 - JavaScript
Hi, I'm not sure if more platforms are interesting to you, but I've made a slightly more complete implementation of padding a struct to the cache line size here:
https://github.com/tinco/cache_line_size
I got the information on the cache line sizes from the Go compiler repository, so I'm pretty sure these are correct for all platforms Go runs on, which is a whole bunch.
-
Updated
Aug 6, 2020
As of now, companies articles are aligned in the form of bulleted unordered list. But the problem with this approach is that as soon as we have properly completed articles of more companies, it will turn into a big mess.
Have seen alphabetical grid approach in multiple awesome prefixed repos. If the same can be implemented here, then it will look well ordered and presented.
-
Updated
Sep 5, 2020 - TypeScript
-
Updated
Sep 14, 2020 - JavaScript
-
Updated
Oct 2, 2020 - Java