The point of this project is to create data structure for hight performance computing. I'm seeking for improvements technic for computation.
- Linked List
- Branched Linked List
- Benchmark
- Bignum
- application of DLL with Bignum
- benchmark
- load csv data into DLL and BDLL
- associative array ?
- Pull or download the repository
- Install yasm compiler with:
sudo apt install yasm
- Use make command:
make
- Execute the binary:
./file.o
This diagram resume every features of this project :
You can contact me and see my work here:
- Blog: https://bl4omarchie.github.io/archX/
- Discord server: https://discord.com/invite/D2wGP62
Thank to my friend Jossl123 who supported and helped me during our many discussions while we where in class.
- Les listes doublement chaînées en C - by Nicolas Joseph - 20 july 2005
- Programmation algorithmique/Listes doublement chaînées
- Linked List Basics - by Nick Parlante
- Lecture Notes on Linked Lists - by Frank Pfenning, Rob Simmons, Andre Platzer - 30 september 2014
- Linked Lists - Computer Science E-22 - Harvard University, David G. Sullivan, Ph.D
- Data Structures Tutorial
- Parallel linked lists - Lecture 10 of TDA384/DIT391 Principles of Concurrent Programming, Gerardo Schneider