Coder Social home page Coder Social logo

btcs403-dsa's Introduction

BTCS403-DSA Siddharth Mishra

20100BTCSDSI07298


Programs are coded for Borland Turbo C++ compiler V3.00 and/or GNU GCC C++14 compiler v9.2.0

Programs list:

  1. arrayAddress.cpp - takes values in array and displays them with their addresses.
  2. subjectsArray.cpp - takes subject names of semester, store in an array, and display them.
  3. reverseArray.cpp - input values in an array and display them in reverse order.
  4. firmRecord.c - Creates a record of customers and salespersons in a firm, using array of structures.
  5. structBook.cpp - Creates a record of books with fields like title, author name, edition and price using the array of structures and pointers
  1. linkedList.cpp - basic program to create a linked list and its 5 elements.
  2. SLL_INS_FIRST.cpp - implements singly linked list and inserts node at the first position of an existing linked list
  3. SLL_INS_LAST.cpp - implements singly linked list and inserts node at last position using push function, and also links them automatically
  4. DLL_INS_ANY.cpp - implements doubly linked list and inserts new data at a user-specified position
  5. DoublyLinkedList.cpp - Menu driven interactive program to implement doubly linked list with its various operations
  6. CircularLinkedList.cpp - Basic program to implement circular linked list
  1. stack.cpp - basic program to implement stack using array, and its basic operations
  2. stack_array_using_class - Menu driven program to implement stack array using class, and its various operations as methods of that class
  1. queue.cpp - basic program to implement static queue
  2. QueueLinkedList.cpp - Program to implement queue using linked list
  1. BinaryTree - Program to implement binary tree using linked list with Preorder, Indorder & Postorder Traversals

btcs403-dsa's People

Contributors

sid760 avatar

Watchers

 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.