Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)