-
Updated
Apr 7, 2022 - Java
C++
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 648 public repositories matching this topic...
-
Updated
Apr 6, 2022 - Java
-
Updated
Apr 7, 2022 - Java
... to make it easier to read Vespa documentation on an e-reader / offline
Vespa documentation is generated using Jekyll from .md and .html files, look into options for generating the artifact as part of site generation (there might be plugins we can use here)
-
Updated
Apr 7, 2022 - Java
-
Updated
Mar 27, 2022 - Java
-
Updated
Jan 28, 2022 - Java
Prefix Sum Array
🚀 Feature
An easy to implement an algorithm that calculates range sums. It supports O(1) queries and O(n) updates.
Have you read the Contribution Guidelines?
Pitch
PSAs are a beginner-friendly algorithm that helps reinforce the understanding of arrays. I can implement this in C++ and Java (:
Assigned
@RohanK6 - Java
@itslinotlie - C++
@mavneeK - C
@aniket
-
Updated
Apr 5, 2022 - Java
Add Projects
Add projects under <language>/Projects/ for example a python project will go under the folder Python/Projects/
Add Algorithms
Just make PR with the design pattern implementation, language doesn't matter. Just follow the structure: https://github.com/ZoranPandovski/design-patterns#contribution
If the implementation already exists follow the code structure and create a new dir with e.g your name, 1, 2, or use your imagination
-
Updated
Apr 4, 2022 - Java
-
Updated
Dec 29, 2020 - Java
-
Updated
Dec 31, 2021 - Java
-
Updated
Sep 20, 2021 - Java
-
Updated
Apr 4, 2022 - Java
-
Updated
Oct 17, 2020 - Java
Create issues and create question references!
Refer here https://github.com/KhushbooGoel01/Top-Interview-Questions--Leetcode/tree/master/Bag%20of%20Tokens
-
Updated
Dec 28, 2020 - Java
We should implement conversion from floating point types to string to enable it in the new reflectable interface, probably the support should be added in StringConvertUtil in zserio C++ runtime to make it consistent with conversions from integral types.
Note that the conversion MUST support allocators and must ensure that it allocates ONLY using the given allocator.
Describe the bug
Currently keys written to
server.confgo undetected.This means that not only typos go undetected, but lack of validation is a risk during version migration as settings that used to apply in a previous version have no effect in a newer one without warning -- even if new settings are supposed to be used.
To reproduce