Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

145 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 : [NOT UPDATED] 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

About

Implementation of Linked List and Branched Linked List

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages