Pinned Repositories
SWAP
Final Game Project
ActiveUsers
Banners
C--Ex1
1st assignment - Systems Programming: Simple c program with Makefile to manage basic math operators, for my studys.
C--Ex2
2nd assignment - Systems Programming: Simple c program with Makefile to manage a bank, for my studys.
C--Ex3
3rd assignment - Systems Programming: This project contains 2 programs: First program make InsertionSort using pointers. Second program (redirection with input.txt file) check first line to get a String and a char to pick a program. if char=='a' it prints all the lines contains the String as a substring. if char=='b' it prints all the words that are similar to the String.
C--Ex4
4th assignment - Systems Programming: simple c program to construct a dynamic Trie from the standard input and print it lexicography or backward-lexicography and then free the memory allocated, for my study's.
CPP-Ex1
EasyJobs
FinalProject
YosefTwito's Repositories
YosefTwito/ActiveUsers
YosefTwito/Banners
YosefTwito/C--Ex1
1st assignment - Systems Programming: Simple c program with Makefile to manage basic math operators, for my studys.
YosefTwito/C--Ex2
2nd assignment - Systems Programming: Simple c program with Makefile to manage a bank, for my studys.
YosefTwito/C--Ex3
3rd assignment - Systems Programming: This project contains 2 programs: First program make InsertionSort using pointers. Second program (redirection with input.txt file) check first line to get a String and a char to pick a program. if char=='a' it prints all the lines contains the String as a substring. if char=='b' it prints all the words that are similar to the String.
YosefTwito/C--Ex4
4th assignment - Systems Programming: simple c program to construct a dynamic Trie from the standard input and print it lexicography or backward-lexicography and then free the memory allocated, for my study's.
YosefTwito/CPP-Ex1
YosefTwito/EasyJobs
YosefTwito/FinalProject
YosefTwito/CPP-Ex2
Second assignment in cpp class - Ancestor Tree with simple functions
YosefTwito/CPP-Ex3
Simple solver for equations up to 2 Degrees
YosefTwito/EconomicAlgos-Week4
python code for the 4th week assignment.
YosefTwito/gamedev-5781
Game Development course - winter 5781
YosefTwito/HomeWork-W4-A
YosefTwito/HomeWork-W4-C-3
YosefTwito/HumanzWebpage
YosefTwito/MyPolynom
This project is about Polynoms, creating and handling them in Java, including some useful functions.
YosefTwito/PackIt
This project is a game (looks like packman) based on the "Maze of Waze" project.
YosefTwito/TheMazeOfWaze
This project is about Directed Weigthed Graph in Java, including some functions to handle it and do some nice stuff.
YosefTwito/wealth-rating
YosefTwito/Week8