Giter Site home page Giter Site logo

makwana-bharat / dsa Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 120 KB

Graphical Representation Of DSA Concept Like Stack & Queue ..., Using TurboC and Their Graphic Library.. To Improve Understanding Power and Turn critical learning in enjoyable work

algorithms-and-data-structures animation graphics improve-skills queue stack turboc

dsa's Introduction

image

DATA STRUCTURE & ALGORITHMS
GRAPHICAL

Welcome_Screen Menu Empt Insert Rec Pop Delete Thank

image



if you want to use this repository then following program are only work in TurboC Compiler Because i use Graphics.h & conio.h header files To See which type of graphics i created scroll Bellow Upto Doubly Linked List Section

  -Doubly Linked List
  -Animated Stack

and to use it folowing steps you need to follow..

    -Store WINDOWS.H file into INCLUDE folder..
    -check path of Graphics TC\BGI\ OR TURBOC3\BGI\
    -Pest This path in WINDOWS.H file where TURBOC3\BGI\ writen
    -in TurboC to hold Console use last line as a getch()

Other program Simply download and run anywhere...


  STACK

A Stack is a linear data structure that follows the LIFO (Last-In-First-Out) principle. Stack has one end, whereas the Queue has two ends (front and rear). It contains only one pointer top pointer pointing to the topmost element of the stack. Whenever an element is added in the stack, it is added on the top of the stack, and the element can be deleted only from the stack. In other words, a stack can be defined as a container in which insertion and deletion can be done from the one end known as the top of the stack.

STACK OPERATIONS

    POP
    PUSH
    PEEP
    PEEK

Under Construction ๐Ÿšง

dsa's People

Contributors

makwana-bharat avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.