https://github.com/bilgeswe/42
Algorithms and Data Structures in C, Memory Leaks, Building Libraries, Linux Operations, Peer Learning
https://github.com/bilgeswe/42
c client-server data-structures data-structures-and-algorithms git github linux macos memory-leak object-oriented-programming p2p project-repository sorting-algorithms terminal-ui ubuntu
Last synced: 5 months ago
JSON representation
Algorithms and Data Structures in C, Memory Leaks, Building Libraries, Linux Operations, Peer Learning
- Host: GitHub
- URL: https://github.com/bilgeswe/42
- Owner: bilgeswe
- Created: 2025-02-04T05:27:37.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-12T15:26:24.000Z (6 months ago)
- Last Synced: 2025-04-30T22:55:27.281Z (5 months ago)
- Topics: c, client-server, data-structures, data-structures-and-algorithms, git, github, linux, macos, memory-leak, object-oriented-programming, p2p, project-repository, sorting-algorithms, terminal-ui, ubuntu
- Language: C
- Homepage:
- Size: 23.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Holy Graph
# π§ 42 Projects β Dive Deep, Climb High ππ
Welcome to my collection of projects from the legendary [42 Network](https://42.fr/en/homepage/) β where learning is 100% hands-on, peer-powered, and fueled by pure curiosity. Whether you're here to peek into my progress or dive into the code, you're more than welcome!
> π Built through the grind of the **Piscine** and beyond β one shell command, one pointer bug, and one late-night coffee at a time.
---
## π§ About 42
[42](https://42.fr/en/admissions/42-piscine/) is not your average school. It has no teachers, no lectures, and no tuition fees. It's an international, tuition-free, peer-to-peer coding school with a unique philosophy:
- π Learn by doing.
- π€ Collaborate, donβt compete.
- π§© Solve real problems, not just exercises.
- π‘ Fail. Retry. Learn. Repeat.Iβm currently attending [42 Istanbul](https://42istanbul.com.tr/) β where the tech spirit meets Bosphorus brilliance.
---
## π Repo Structure
Each folder in this repository represents a project completed during my 42 journey. From low-level system programming in C to algorithms, memory management, and even AI down the line.
```bash
```bash
Piscine/
βββ Projects/ # Core C and Shell-based projects
β βββ C/ # C projects
β βββ Shell/ # Shell
βββ Rush/ # Weekend challenges done in pairs or teams
βββ Exams/ # Timed individual examsCommon/
βββ Milestone00/
β βββ libft/ # Build your own library
βββ Milestone01/
β βββ ft_printf/
β βββ get_next_line/
β βββ born2beroot/
βββ Milestone02/
βββ ...