C
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Balance_of_parentheses
Client_Server
Data_structures
Gnim_game
Inheritance_class
Median_of_elements
Middle_of_elements
Search_word_in_matrix
Throw_tokens_game
.gitignore
LICENSE
README.md

README.md

In these projects there are several parts, all written in C.

Details of the projects presented:

Note: Within each of the projects there is a page of explanations that details the project and how it works.

Balance_of_parentheses - Checks whether the string sequence is balanced in parentheses.

Client_Server - Contains programs that simulate a server and a client.

Data_structures - Implementations of data structures.

Gnim_game - A game with numbers.

Inheritance_class - An inheritance image by structures.

Median_of_elements - Median finding of elements

Middle_of_elements - Middle finding of elements

Search_word_in_matrix - A game with words.

Throw_tokens_game - Board game with coins.