Skip to content

Bl4omArchie/Data-structure-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data structure implementation

The point of this project is to create data structure for hight performance computing. I'm seeking for improvements technic for computation.

📋 Algorithm listing

  • Linked List
  • Branched Linked List
  • Benchmark
  • Bignum

Todo list

  • application of DLL with Bignum
  • benchmark
  • load csv data into DLL and BDLL
  • associative array ?

Installation

  1. Pull or download the repository
  2. Install yasm compiler with:
sudo apt install yasm
  1. Use make command:
make
  1. Execute the binary:
./file.o

Diagram

This diagram resume every features of this project : diagram

📣 Author

You can contact me and see my work here:

✊ Acknowledgment

Thank to my friend Jossl123 who supported and helped me during our many discussions while we where in class.

🔗Sources