Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaelwp/logic-practice


https://github.com/michaelwp/logic-practice

hacktoberfest hacktoberfest-accepted hacktoberfest2022

Last synced: 6 days ago
JSON representation

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