Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belovetech/log2base2
https://github.com/belovetech/log2base2
algorithms data-structures interview-preparation interview-questions
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/belovetech/log2base2
- Owner: belovetech
- Created: 2022-05-05T19:44:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T08:49:32.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T09:17:36.512Z (almost 2 years ago)
- Topics: algorithms, data-structures, interview-preparation, interview-questions
- Language: C
- Homepage:
- Size: 1.01 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Log2Base2
**Log2Base2** is a visual learning platform to learn `programming`, `data structures` & `algorithms`,
`Coding Interview Patterns`, `Recursion`, and `Dynamic Programming`.## Programming Languages
- C programming language
- Python
- Java## Pointer in C programming language
- Array and Pointer
- String and Pointer
- Function Pointer
- Struct and Pointer
- File Pointer## Problem solving for beginners
- Number problems
- Array problems
- String problems
- Patterns
- Bitwise## Data structure & Algorithms
- Data structure & Algorithms in C
- Data structure & Algorithms in Python
- Data structure & Algorithms in Java