-
Updated
Sep 5, 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,440 public repositories matching this topic...
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Aug 31, 2020
-
Updated
Aug 30, 2020 - JavaScript
-
Updated
Aug 31, 2020 - Swift
-
Updated
Sep 3, 2020 - C++
Pressing ENTER key has no effect on dialog for adding a new column containing entity identifers (from the Reconcile menu)
To Reproduce
Steps to reproduce the behavior:
- Reconcile a few cells in a column (already done, see attached OpenRefine project to import)
- On Species column, choose Reconcile -> Add entity identifiers column
- Type in a new column name into the input box and p
-
Updated
Aug 17, 2020 - Java
-
Updated
Sep 5, 2020
-
Updated
Sep 4, 2020 - C
-
Updated
Sep 4, 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
Sep 5, 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
-
Updated
Aug 18, 2018 - JavaScript
-
Updated
Sep 5, 2020 - TypeScript
-
Updated
Sep 1, 2020 - Java
-
Updated
Aug 9, 2020 - Java


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