-
Updated
Sep 16, 2020 - Go
algorithms-and-data-structures
Here are 1,790 public repositories matching this topic...
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Aug 23, 2020 - Go
-
Updated
Dec 16, 2019 - Python
-
Updated
Oct 23, 2019 - Python
-
Updated
Aug 30, 2020 - Jupyter Notebook
-
Updated
Sep 14, 2020 - C++
-
Updated
Sep 6, 2020 - Java
-
Updated
Sep 13, 2020 - TypeScript
-
Updated
Jul 16, 2020 - Java
-
Updated
Sep 8, 2020
-
Updated
Aug 31, 2020 - TeX
-
Updated
Sep 3, 2020 - C++
Could we add some data validation functions such as,
make upper case,
make lower case,
get random double,
get random int?
-
Updated
Jul 2, 2020 - Python
👽 What is required?
The algorithm is here : check-binary-tree-subtree-another-binary-tree
- Follow the ESLint rules strictly
- Follow the filename and folder structure strictly
- Since the Contribution Guide is not ready yet, go
-
Updated
Sep 15, 2020 - HTML
-
Updated
Jun 7, 2019
-
Updated
Mar 30, 2019 - Go
-
Updated
Jul 1, 2019
Unique Number-III
🚀 Feature
Given an array that contains all elements occurring 3 times, but one occurs only once. Find that unique element.
Input : arr[] = {6, 2, 5, 2, 2, 6, 6}
Output: 5
Have you read the [Contributing Guidelines on Pull Requests]
Yes
Motivation
I want to solve this issue as a part of CH20.
Pitch
We can use bitwise AND to find the unique element in O(n)
-
Updated
Jun 16, 2020
-
Updated
Sep 13, 2020
-
Updated
Apr 7, 2020
-
Updated
Nov 12, 2019 - JavaScript
-
Updated
Dec 29, 2019
-
Updated
Dec 5, 2017 - Java
-
Updated
Sep 14, 2020 - C++
Improve this page
Add a description, image, and links to the algorithms-and-data-structures topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the algorithms-and-data-structures topic, visit your repo's landing page and select "manage topics."
Just make new PR with an algorithm, data structures, ciphers or puzzle implementation. Language doesn't matter. Follow the structure: https://github.com/ZoranPandovski/al-go-rithms#contribution
If the implementation already exists follow the code structure and create new dir with e.g your name, 1, 2, or use your imagination💥 🥇