https://github.com/belovetech/log2base2
Log2Base2 is a visual learning platform that allows users to practise data structures, algorithms, and critical thinking skills.
https://github.com/belovetech/log2base2
algorithm competitive-programming data-structures interview-preparation interview-questions
Last synced: about 1 month ago
JSON representation
Log2Base2 is a visual learning platform that allows users to practise data structures, algorithms, and critical thinking skills.
- Host: GitHub
- URL: https://github.com/belovetech/log2base2
- Owner: belovetech
- Created: 2022-05-05T19:44:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-18T09:43:34.000Z (about 2 years ago)
- Last Synced: 2025-04-02T06:51:15.935Z (about 2 months ago)
- Topics: algorithm, competitive-programming, data-structures, interview-preparation, interview-questions
- Language: C
- Homepage:
- Size: 1.1 MB
- Stars: 18
- Watchers: 3
- Forks: 10
- 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