-
Updated
Mar 27, 2021
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 11,591 public repositories matching this topic...
-
Updated
Mar 23, 2021 - JavaScript
-
Updated
Mar 22, 2021
-
Updated
Mar 26, 2021 - JavaScript
-
Updated
Mar 6, 2021 - Swift
-
Updated
Mar 18, 2021 - C++
-
Updated
Mar 20, 2021 - JavaScript
bitmap/bit array
-
Updated
Mar 26, 2021 - Java
When a user first logs into Wikidata, or logs out through the Manage Wikidata account option of the Wikidata extension and then logs in, the UX leaves the user wondering what happened since the login dialog disappears, leaving the user to assume they logged in successfully.
Proposed solution
Ideally, the current "logged in" dialog (bind="explainLogin"
) could actually be shown immedia
-
Updated
Mar 27, 2021
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Mar 19, 2021 - Python
-
Updated
Mar 8, 2021
-
Updated
Mar 26, 2021 - Go
-
Updated
Jan 8, 2021 - C++
-
Updated
Feb 22, 2021 - Java
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
Dec 23, 2020 - Python
-
Updated
Nov 3, 2020
-
Updated
Feb 13, 2021 - Swift
In the following file we have already ported some tests from Go to Rust:
https://github.com/crossbeam-rs/crossbeam-channel/blob/master/tests/golang.rs
The idea is to blindly port all the tests for Go channels line by line, which will give us additional confidence in the correctness of crossbeam-channel.
In the test file, you can find stubs with links to the original tests written in Go and
-
Updated
Oct 26, 2019 - JavaScript
-
Updated
Mar 23, 2021
-
Updated
Nov 9, 2020
-
Updated
Mar 8, 2021 - TypeScript
-
Updated
Mar 27, 2021 - Java
This Pull Request is for HacktoberFest 2020
Description of Change
Checklist