GithubHelp home page GithubHelp logo

Puneetjyot's Projects

amazon-prototype icon amazon-prototype

This repository contains working prototype for Amazon.com, an e-commerce web application.

avl-tree-of-unique-words icon avl-tree-of-unique-words

Your program should go through the input file line by line. For each line, extract each word, and insert that word, along with it's location into an AVL tree. Each element of the AVL tree should contain a unique word and a linked list of line numbers where that word occurs. If word already exists in the AVL Tree, simply add the new line number to the existing node. If a word appears on the same line twice, it should only have one entry in the list for that line. When you have finished, print out each unique word that appeared in the input file along with a list of line numbers on which that word appears.

avl-tree-of-unique-words- icon avl-tree-of-unique-words-

Your program should go through the input file line by line. For each line, extract each word, and insert that word, along with it's location into an AVL tree. Each element of the AVL tree should contain a unique word and a linked list of line numbers where that word occurs. If word already exists in the AVL Tree, simply add the new line number to the existing node. If a word appears on the same line twice, it should only have one entry in the list for that line. When you have finished, print out each unique word that appeared in the input file along with a list of line numbers on which that word appears.you can make use of 2016su.txt file as a test file

bookstore icon bookstore

basic crud operation app designed on node js, express js and ejs

flight-logisticss icon flight-logisticss

The project focuses on making an application which will access the data of flight and present that data in a tabular format to users to ensure trouble-free experience. The application updates after every 5 hours so that users can have current information about flights. There is a login page so that only registered users can have access to the information as that is very critical.

journey-planer icon journey-planer

The Project focuses on finding the shortest path between 2 destination using Dijkstra

path-finder icon path-finder

The Project focuses on finding the shortest path between 2 destination using Dijkstra Algorithm. Dijkstra Algorithm is used in this project because it is one of the efficient algorithm to find the shortest method than other search algorithms because of its less time and space complexity.

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.