Skip to content
View enesilhan1's full-sized avatar

Block or report enesilhan1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
enesilhan1/README.md

Merhaba, ben Enes / Hi, I'm Enes

🇹🇷 42 İstanbul'da yazılım eğitimime devam eden bir öğrenciyim. C dili ve algoritma üzerine sağlam bir temele sahibim, şu anda Python ile gelişimimi sürdürüyorum.

🇬🇧 I'm a student at 42 İstanbul. I have a solid foundation in C and algorithms, and I'm currently expanding my skills with Python.


Teknolojiler / Tech

  • Diller / Languages: C, Python
  • Araçlar / Tools: Git, Make, GCC, Linux

Projeler / Projects

C

  • Push_Swap — İki yığın kullanarak minimum işlemle sıralama / Sorting with two stacks using minimal operations
  • ft_printf — printf fonksiyonunun yeniden yazımı / A reimplementation of printf
  • Get_Next_Line — Dosyadan satır satır okuma / Reading a file line by line
  • libft — Standart C fonksiyonlarını yeniden yazan özel kütüphane / A custom C library reimplementing standard functions

Python

  • Python00 — Python temelleri / Python basics
  • Python01 — Nesne yönelimli programlama / Object-oriented programming
  • Python02 — Hata yönetimi ve özel exception sınıfları / Exception handling and custom exceptions

İletişim / Contact

Pinned Loading

  1. 42-Push_Swap 42-Push_Swap Public

    Sorting integers on two stacks with the minimum number of operations — an intro to sorting algorithms and complexity in C.

    C 2

  2. 42-FT_PRINTF 42-FT_PRINTF Public

    A reimplementation of C's printf using variadic functions.

    C 2

  3. 42-Get_Next_Line 42-Get_Next_Line Public

    Reads a file line by line using static variables and memory management in C.

    C 2

  4. 42-LIBFT 42-LIBFT Public

    A custom C library reimplementing standard functions, utilities, and linked list operations.

    C 2

  5. 42-Python01 42-Python01 Public

    Object-oriented programming in Python — classes, constructors, encapsulation, inheritance, and static/class methods.

    Python 2