Repo about C.
C is a general-purpose computer programming language. It was created in the 1970s by Dennis Ritchie, and remains very widely used and influential. By design, C's features cleanly reflect the capabilities of the targeted CPUs.
For more information look at doc and wiki .
begin:
BinarySearchTree
binaryTree
B-Tree
BTreeimplementation
c-linked-list-master
cpu_high_load_100%
data_structure
data_structure2
[file](https://github.com/pedroAkiraDanno/C2/tree/develop/src/file)
hash_table
hasing
heap
linked-list
[memory_malloc] (https://github.com/pedroAkiraDanno/C2/tree/develop/src/memory_malloc)
[q_sort] (https://github.com/pedroAkiraDanno/C2/tree/develop/src/q_sort)
[random] (https://github.com/pedroAkiraDanno/C2/tree/develop/src/random)
Searching
sort
Sort2
Sorting
tree
tree2
About versions (for more infos check CHANGELOG.md)
v0.3.2 - version just to test how hotfix works - dont include nothing new
v0.3.1 - version v0.3.1 add new file and folder about random
v0.3.0 - version can use -every thing is OK to use **explain- add q_sort
v0.2.0 - first version that can use -every thing is OK to use **explain- OK with files and projects about: cpu_high_load_100%, file, memory_malloc, q_sort/linked_list
v0.1.0 - dont recomend to use, is forks about old project - have a lot problemas and bugs to fix
### login server:
### On Ubuntu ###
sudo su -
sudo apt update --yes
sudo apt-get update && sudo apt-get upgrade -y
apt list --upgradable
sudo apt-get install -y gcc
sudo apt-get install build-essential
## Installing Clang on Linux
sudo apt install -y clang
gcc -Wall -O2 project.c -o project
#OR
gcc project.c -o project
Copyright 01/01/2020 - 2022
Inspired in devdocs , docs.microsoft , cppreference , programiz and gnu, this is C-minimalistic version. © PedroAkira
end: