rahulpedduri - Overview

Popular repositories Loading

  1. The Project simulates the traditional banking system online. “Internet Banking Plus” eases the job of both the customers and employees of the bank. The project ensures the atomicity of the transact…

    Java 18 12

  2. This project imitates a basic airline reservation system to query and book tickets. The application has a web service that is used in the transactions related to booking tickets.

    JavaScript 1 3

  3. LCS LCS Public

    Lcs algorithm implementation using full table approach and two row approach. The algorithm computes normalized edit distance and longest common sub-sequence using the two approaches.

    Java 1

  4. Ask Me is a mobile applications that allows a phone to be queried from an authenticated server. A very useful app when you don’t have your phone near you and you need something from the phone. The …

    Java 1

  5. Uses Dijkstra's shortest path algorithm to compute the shortest time taking path from any node to node node in a network. Also takes care of the node ups, node downs, edge ups and edge downs

    Java