-
Updated
Nov 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 10,438 public repositories matching this topic...
-
Updated
Nov 19, 2020 - JavaScript
-
Updated
Nov 26, 2020
-
Updated
Nov 27, 2020 - JavaScript
-
Updated
Oct 21, 2020 - Swift
-
Updated
Nov 21, 2020 - C++
-
Updated
Oct 4, 2020 - Java
The options "Include Schema" and "Include Contents" in the SQL exporter dialog can be a bit mysterious for users.
Proposed solution
Just like concrete SQL commands are included in the UI text elsewhere in the dialog ("DROP"), we could expand these phrases to mention the corresponding SQL commands ("CREATE TABLE", "INSERT").
Alternatives considered
We could also drop the mention
Welcome to JavaScript community
Describe your change:
- Add an algorithm?
- Fix a bug or typo in an existing algorithm?
- Documentation change?
Checklist:
- I have read CONTRIBUTING.md.
- This pull request is all my own work -- I have not plagiarized.
- I know that p
-
Updated
Nov 27, 2020
Tick-Tack-Toe game is not working for exception part
Description
Else part on line 247 takes you to infinite loop on getting any char value as input for position.
Expected Behavior
-
Updated
Oct 30, 2020 - JavaScript
-
Updated
Nov 23, 2020 - Python
-
Updated
Nov 27, 2020
-
Updated
Nov 14, 2020 - Go
-
Updated
Nov 23, 2020 - C++
-
Updated
Oct 6, 2020 - Python
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
Nov 3, 2020
I would like to add Yelp interview questions.
Please assign me to this.
-
Updated
Oct 21, 2020 - Swift
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
Oct 26, 2019 - JavaScript
-
Updated
Nov 9, 2020
-
Updated
Nov 2, 2020 - TypeScript
-
Updated
Nov 26, 2020 - Java
-
Updated
Nov 27, 2020 - Java
This Pull Request is for HacktoberFest 2020
Description of Change
Checklist