An open API service indexing awesome lists of open source software.

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

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)