Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelwp/logic-practice
https://github.com/michaelwp/logic-practice
hacktoberfest hacktoberfest-accepted hacktoberfest2022
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaelwp/logic-practice
- Owner: michaelwp
- Created: 2022-07-07T13:40:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T23:18:42.000Z (about 2 years ago)
- Last Synced: 2023-03-10T19:18:17.599Z (almost 2 years ago)
- Topics: hacktoberfest, hacktoberfest-accepted, hacktoberfest2022
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# logic-practice
1. Array
- Rotate
- Is Sub Sequence
- Peak Element
- Number of Pair
2. Binary Gap
3. Flip Flop
4. Linked List
- Print Linked List
- Insert Node At Position
- Shift Node Position
- Reverse Node
5. Number of Occurrences
6. Palindrome
7. Anagram
- isAnagram
- Sherlock & Anagram (how many anagram in a string)
8. Matrix
- Spiral Step
- Minimal Cost Path
9. The nearest block
10. Math
- Prime Number
- Common Divisors
- Minimum Difference