-
Updated
Aug 24, 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,343 public repositories matching this topic...
-
Updated
Aug 21, 2020 - JavaScript
-
Updated
Aug 27, 2020
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Jul 22, 2020 - Swift
-
Updated
Jul 15, 2020 - C++
None of the text on the About page is internationalized so that it can be translated into languages other than English.
The individual HTML elements should be given unique ids which can be used with the $.i18n() calls to set the text for the element based on the user's current language. The license text and copyright statement should *not be translated.
These elements should be translate
-
Updated
Aug 17, 2020 - Java
-
Updated
Aug 27, 2020
-
Updated
Aug 26, 2020 - C
-
Updated
Aug 26, 2020 - JavaScript
-
Updated
Aug 12, 2020 - Python
- Adding hints and doctest to old codes
- Reviewing Pending PRs
- Helping new Contributors
- Add more algorithms #14 #195
thank you
-
Updated
Oct 23, 2019
-
Updated
Aug 27, 2020 - Python
-
Updated
Jun 21, 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
Aug 1, 2020 - Swift
-
Updated
Aug 25, 2020 - Go
-
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
-
Updated
Aug 18, 2018 - JavaScript
-
Updated
Jul 30, 2020 - TypeScript
-
Updated
Aug 9, 2020 - Java
-
Updated
Jul 7, 2020 - Java


Added object oriented approach for BST. Please review and let me know if any changes are required.