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

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

Awesome Lists containing this project

README

          

# Holy Graph
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 exams

Common/
β”œβ”€β”€ Milestone00/
β”‚ β”œβ”€β”€ libft/ # Build your own library
β”œβ”€β”€ Milestone01/
β”‚ β”œβ”€β”€ ft_printf/
β”‚ β”œβ”€β”€ get_next_line/
β”‚ β”œβ”€β”€ born2beroot/
β”œβ”€β”€ Milestone02/
└── ...