-
Updated
Nov 1, 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,236 public repositories matching this topic...
-
Updated
Nov 2, 2020 - JavaScript
-
Updated
Nov 3, 2020
-
Updated
Nov 3, 2020 - JavaScript
-
Updated
Oct 21, 2020 - Swift
-
Updated
Oct 12, 2020 - C++
-
Updated
Oct 4, 2020 - Java
This is an issue that was raised by translators on Weblate.
Currently the gdata-import module has sentences split up into multiple fragments, such as:
"Please", "sign in and and authorize", "to access your Google data." with the middle phrase being a button label. This mandates an ordering which doesn't work in all languages.
A better structure would be: "Please sign-in and authorize to a
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 4, 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 3, 2020 - Python
-
Updated
Oct 23, 2019
-
Updated
Nov 4, 2020 - Go
-
Updated
Oct 6, 2020 - Python
-
Updated
Nov 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
Nov 3, 2020
-
Updated
Oct 21, 2020 - Swift
I would like to add Yelp interview questions.
Please assign me to this.
-
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
Nov 2, 2020 - TypeScript
-
Updated
Nov 3, 2020 - Java
-
Updated
Sep 14, 2020 - JavaScript
This Pull Request is for HacktoberFest 2020
Description of Change
Checklist