Pinned Repositories
ComputerNetworks_ex3
Kosaraju_Server
A university project demonstrating Multi-threaded server managing a directed graph, Reactor and Proactor design pattern implementations, POSIX mutex and POSIX cond usage.
LeetCode_Sol
Solutions for many LeetCode problems that i've solved.
My_Netcat
Basic implementation of Netcat, using TCP, UDP, UNIX Domain Socket Stream, Unix Domain Socket Datagram.
OOP_ex2_BasicSocialNetwork
Basic Social Network In Python
oop_final_project
OOP course final project.
QUIC_Multi_Streams
Implementation of the multi streams aspect of QUIC protocol in python, using Asycnio library.
System_Programming2_Exe1
Algorithms and Operations on Graphs.
System_Programming2_Exe2
Algorithms and Operations on Graphs, Graph operators overloading.
Template_Tree_Container
Implementation of a template K-ary Tree container, with template iterators and template nodes. Used QT as GUI to print the tree.
benami171's Repositories
benami171/ComputerNetworks_ex3
benami171/LeetCode_Sol
Solutions for many LeetCode problems that i've solved.
benami171/OOP_ex2_BasicSocialNetwork
Basic Social Network In Python
benami171/oop_final_project
OOP course final project.
benami171/System_Programming2_Exe1
Algorithms and Operations on Graphs.
benami171/System_Programming2_Exe2
Algorithms and Operations on Graphs, Graph operators overloading.
benami171/benami171
My Personal Reposetory
benami171/Catan_Cpp_Implementation
My implementation of the game Catan in Cpp, as part of a university course in cpp.
benami171/Kosaraju_Server
A university project demonstrating Multi-threaded server managing a directed graph, Reactor and Proactor design pattern implementations, POSIX mutex and POSIX cond usage.
benami171/My_Netcat
Basic implementation of Netcat, using TCP, UDP, UNIX Domain Socket Stream, Unix Domain Socket Datagram.
benami171/QUIC_Multi_Streams
Implementation of the multi streams aspect of QUIC protocol in python, using Asycnio library.
benami171/Spoon-Knife
This repo is for demonstration purposes only.
benami171/SystemProgramming_ex2
ss_ex2
benami171/template
A template I use for my github repositories
benami171/Template_Tree_Container
Implementation of a template K-ary Tree container, with template iterators and template nodes. Used QT as GUI to print the tree.
benami171/a2_sp
benami171/Contributing-Airline-Booking-System-
This C++ program simulates an airline flight reservation system, enabling users to book tickets, cancel them, change reservations, view individual passenger details, and get a summary of all bookings. The system manages seat allocation, tracks food preferences, and handles reservations through a linked list of passenger records, ensuring efficient
benami171/datastructures-guide
Collection of basic data structures like- array, stack, queue, LinkedList and Binary search tree learning platform using C language. It's a console based Project where you can learn and understand the the basic data structure functioning, theory and operations.
benami171/DSA_Assignment_Cont
trying to fix common mistakes - lmon739's repo.
benami171/Expense_Tracker
Simple Expense Tracking program with GUI to help you keep track of your spendings.
benami171/os_exe4
Operating System course assignment, using a graph data structure to showcase the vast usage options of Valgrind, debugging combined with valgrind.