Skip to content

linD026/DSlab

Repository files navigation

DSlab

Abstract

Data Sturcture lab

This is the data structure graphical display project.


environment

  • need ncurses library
  • in Ubuntu 20.04 LTS, gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  • gcc -o dslab dwindow.c data_type_list.c dtree.c dstack.c menuio.c main.c -g -lncurses -lm

progress

  • stack done
  • queue --
  • tree
    • binary tree ( normal ) done
    • heap --
    • BST --
  • graph -- ( structure build done )

    display type will like this paper

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages