Pinned Repositories
Bet-Horse-Racing-Game
Clean-Coding-Principles-C-Sharp
Demo for "Clean Coding Principles in C#" on Pluralsight
Courier-Service-Database
Cargo_Service_Database
Final-Project-Backend
Final-Project-Frontend
General-Codes
Network-Clone
Network (E-Commerce) clone app with Vue.js.
Queue-Database-Sample
Rent-Car-Backend
TrendyolApp
Trendyol (E-Commerce) clone app with Xamarin.
SefaZorr's Repositories
SefaZorr/TrendyolApp
Trendyol (E-Commerce) clone app with Xamarin.
SefaZorr/Bet-Horse-Racing-Game
SefaZorr/Clean-Coding-Principles-C-Sharp
Demo for "Clean Coding Principles in C#" on Pluralsight
SefaZorr/Courier-Service-Database
Cargo_Service_Database
SefaZorr/Final-Project-Backend
SefaZorr/Final-Project-Frontend
SefaZorr/General-Codes
SefaZorr/Network-Clone
Network (E-Commerce) clone app with Vue.js.
SefaZorr/Queue-Database-Sample
SefaZorr/Rent-Car-Backend
SefaZorr/Rent-Car-Frontend
SefaZorr/Solo-Test-C-Console
SefaZorr/The-Quest-Game
SefaZorr/Grep-File
A minimal implementation of Linux command grep
SefaZorr/Blog-WebSite-MVC
SefaZorr/Cv-Website-Ef-Asp.Net
SefaZorr/SefaZorr
SefaZorr/Tree-Fork
In this project, the tree height will be given as a command line argument. According to the incoming argument, files with txt extension will be created for each node in the structure to be created. The filenames will be determined by the pid the nodes have. Random values for leaf nodes will be generated and stored in the files created. Starting from the leaves, while going up, the values in the child nodes will be collected and transferred to the parent node. There is also a makefile in the project. This project was written for System Programming lecture.