dsaproject

There are 9 repositories under dsaproject topic.

  • mhamzap10/Travelling-SalesMan-Problem

    Project Home Delivery Management System implements Travelling Sales Man problem with many extended features such as calculate estimated distance, time, cost, shortest delivery route and send it to the Delivery boy present in Queue

    Language:C#9202
  • HozefaRauf/DSA-project-Online-Ecommerce-Store

    It is DSA end semester project. It is developed using Arrays, LinkedList, Graphs, AVL (Adelson-Velsky and Landis) tree, Dijkstra’s algorithm, Prim's algorithm

    Language:C++7101
  • rakshakannu/Trie-Auto-complete

    A simple implementation of a Trie data structure to auto-complete words.

    Language:C++4102
  • ASMA-GIT/Hyderabad-Metro-DijkstraAlgo

    The Project uses Dijkstra Algorithm to determine the shortest path from any source of metro stations to all possible metro stations..

    Language:Java2100
  • Achyut132002/SORT-i-FY

    A sorting visualiser demonstrating various sorting algorithms like bubble sort, selection sort. , heap sort, merge sort, quick sort, insertion sort

    Language:JavaScript110
  • adarshnin/grep

    Grep command

    Language:C1100
  • ClubRecords

    aryannnmalhotra/ClubRecords

    A managerial application developed in C++ with the aim of allowing an efficient and a user friendly manner of management thus solving a real world problem. The application is an aid for the Managerial Board of a given football club to manage and organise the numerous records that they have to maintain using the concept of filing(concept of binary files in C++). The application enables the Managerial Board to create, alter and search the records of the members of the club along with a handful other functions as well under the aegis of a single file that maintains all these records. The program holds the records of the various members of the club which include players, coaches, members of The Board and even the fans. The specifics related to each member provide the Managerial Board with an easy and quick methodology to deal with the multitudinous records with an interactive menu.

    Language:C++1100
  • SUYASHsingh23/Ecommerce-Store

    It is a Data Structure and Algorithms based project. It is developed using Arrays, LinkedList, Graphs, AVL (Adelson-Velsky and Landis) tree, Dijkstra’s algorithm, Prim's algorithm

    Language:C++00
  • ishitasharma19/DSA-Tracker

    This app keeps Personalised track of questions completed in dsa preparation . Instead of using an Integrated Database we are using localstorage in form of cookies to hold and store data . All Questions are divided into categories and then used in providing the response on the home page .

    Language:JavaScript