/LinkedList-with-GUI

A linked list data structure with graphical user interface.

Primary LanguageC++

LinkedList-with-GUI

Overview

This project is a GUI representation of the linkedlist operations using the Qt GUI module. The implementation contains various methods from the STL Linkedlist class and displays the result of the linkedlist in realtime.

Functions

  • Insertion
    • Push front
    • Push back
    • Insert(at given index)
  • Pop front
  • Copy (entire list)
  • Remove duplicates
  • Sort

Supported data types

  • int
  • double
  • string
  • rational

Diagrams

Main layout

image