Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubikon02/podstawy-programowania
Excercises from Podstawy Programowania classes
https://github.com/rubikon02/podstawy-programowania
Last synced: about 24 hours ago
JSON representation
Excercises from Podstawy Programowania classes
- Host: GitHub
- URL: https://github.com/rubikon02/podstawy-programowania
- Owner: rubikon02
- Created: 2022-10-22T12:32:54.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T18:28:05.000Z (almost 2 years ago)
- Last Synced: 2023-06-14T00:56:29.926Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# podstawy-programowania
Excercises from Podstawy Programowania classes- [Tic-tac-toe](4/3_tictactoe.c)
- [Tic-tac-toe any size](4/4_tictactoe_any_size.c)
- [Chess](5/chess.c)
- [Linked list](7/1_list.c)
- [Binary tree](7/2_tree.c)
- [Socket chat](9/1_chat)
- [Socket file send](9/2_przesylanie_plikow)
- [Socket chess player vs computer](9/3_chess)
- [Socket chess computer vs computer](10/chess.c)