Utku Can YILMAZ's repositories

42_WORKSHEETS

Includes my worksheets during 42 common core curriculum.

Language:CStargazers:1Issues:0Issues:0
Language:CStargazers:1Issues:0Issues:0

GET_NEXT_LINE

This function reads from a file descriptor line by line in each call. It uses read() function and works same, regardless of the buffer size value. With bonus addition, possible to read from multiple file descriptor at the same time.

Language:CStargazers:1Issues:0Issues:0

LIBFT

The first library which was written by me in 42 common core curriculum. It includes the significant functions whiches are frequently used in C Programming language.

Language:CStargazers:1Issues:0Issues:0

MINITALK

This project allows you to communicate between server and client processes using signal function. With the bonus addition, it has feedback message from server to client_bonus process.

Language:CStargazers:1Issues:0Issues:0

PRINTF

A version of printf function in stdio.h library.

Language:CStargazers:1Issues:0Issues:0

PUSH_SWAP

Push_swap is a program that sorts an array by utilizing various array manipulation functions commonly used in programming languages such as pa(), pb(), sa(), sb(), ra(), rb(), rra(), rrb(), and rrr(). It takes an stack_a as an argument and outputs the instructions required to sort the array to the standart output.

Language:CStargazers:1Issues:1Issues:0
Language:CStargazers:1Issues:0Issues:0
Language:C++Stargazers:0Issues:0Issues:0

freeCodeCamp

freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.

Language:TypeScriptLicense:BSD-3-ClauseStargazers:0Issues:0Issues:0
Language:CStargazers:0Issues:0Issues:0

PHILOSOPHERS

"Push Swap" is a project that aims to sort a set of integer values provided as arguments in as few moves as possible. For this sorting process, it maintains the numbers received as arguments in a stack (Stack A) and uses an auxiliary stack (Stack B) separately.

Language:CStargazers:0Issues:1Issues:0

UNIVERSE_DB_PSQL

Created for freecodecamp Relational Database Certification program.

Stargazers:0Issues:0Issues:0