Data Structure Web Application PA3 Teaching Data Structure - - PowerPoint PPT Presentation

data structure web application
SMART_READER_LITE
LIVE PREVIEW

Data Structure Web Application PA3 Teaching Data Structure - - PowerPoint PPT Presentation

Data Structure Web Application PA3 Teaching Data Structure Ms.Ailada Bumroong 5522800390 Ms.Putchamon Puttamilinprateep 5522800408 Outline Introduction Implementation Prototype Web Application ADDITION DELETION The existing


slide-1
SLIDE 1

Data Structure Web Application

PA3 Teaching Data Structure

Ms.Ailada Bumroong 5522800390 Ms.Putchamon Puttamilinprateep 5522800408

slide-2
SLIDE 2

Outline

▪ Introduction ▪ Implementation ▪ Prototype

slide-3
SLIDE 3

Web Application

ADDITION DELETION

slide-4
SLIDE 4

The existing System

slide-5
SLIDE 5
slide-6
SLIDE 6

Implementation

PA3 Teaching Data Structure

slide-7
SLIDE 7

Design

Singly Linked List Page

  • Addition Buttons

○ add first, add last and add at index

  • Remove Buttons

○ remove first, remove last and remove at index

Home Page

  • Singly linked list
  • Stack
  • Postfix expression
  • Infix expression
  • Queue
  • Prefix expression
  • Doubly linked list
  • Circular linked list

Doubly Linked List Page Circular Linked List Page Screen (Animation) Stack page

  • Push
  • Pop
  • Empty
  • Reverse
  • Palindrom checking

Queue page

  • Enqueue
  • Dequeue
  • Empty
slide-8
SLIDE 8

Some Example of Mockup

slide-9
SLIDE 9

Tool

Home.fla Home.js Home.html

slide-10
SLIDE 10

Prototype

PA3 Teaching Data Structure