https://github.com/rubikon02/podstawy-programowania
AGH Semestr 2
https://github.com/rubikon02/podstawy-programowania
c programming-fundamentals
Last synced: over 1 year ago
JSON representation
AGH Semestr 2
- Host: GitHub
- URL: https://github.com/rubikon02/podstawy-programowania
- Owner: rubikon02
- Created: 2022-10-22T12:32:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T18:28:05.000Z (over 3 years ago)
- Last Synced: 2025-01-14T01:15:00.564Z (over 1 year ago)
- Topics: c, programming-fundamentals
- 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)