Skip to content

Frogit-LeGushk/Visualization-of-sorting-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualization of sorting algorithms

Screencast of app:

alt text

Then to run project:

  • sudo apt-get install libncurses5-dev libncursesw5-dev
  • export LD_LIBRARY_PATH=.
  • make build_and_run_main

Then to build shared lib:

  • sudo apt-get install libncurses5-dev libncursesw5-dev
  • export LD_LIBRARY_PATH=.
  • make build
  • file test.cpp already have dynamic linking with library, you can test lib in this file
  • file sorts.h have API of lib

Time dependency of sorts:

alt text alt text alt text alt text alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published