Giter Club home page Giter Club logo

Aastha Dixit's Projects

euler-path icon euler-path

Is a given graph Eulerian? A graph G is called Eulerian if it is connected and the degree of every vertex is an even number. It is known that such graphs have a cycle (not simple) that goes through every edge of the graph exactly once. A connected graph that has exactly 2 vertices of odd degree has an Eulerian path.

eulerian-tour icon eulerian-tour

A graph G is called Eulerian if it is connected and the degree of every vertex is an even number. It is known that such graphs aways have a tour (a cycle that may not be simple) that goes through every edge of the graph exactly once. Such a tour (sometimes called a circuit) is called an Euler tour. If the graph is connected, and it has exactly ...

handling-large-numbers icon handling-large-numbers

This project has a custom and one of the efficient ways to handle large numbers using List Interface in JAVA. This code doesn't use any in built packages to represent Large Integers.

intersection-union-and-set-difference-of-a-set icon intersection-union-and-set-difference-of-a-set

In this repo, two linked lists implementing sorted sets, are analysed by performing union, intersection, and set difference of the sets. The comparable interface is learnt through this project.

minimum-spanning-trees icon minimum-spanning-trees

This project has codes that implements various methods to find a minimum spanning tree such as Kruskal, Prim using Heaps, Prim using Indexed Heaps.

most-efficient-fibonacci icon most-efficient-fibonacci

Usually fibonacci implementations runs O(n) or O(n^2) times. This repo has a variant of Fibonacci algo that computes the result in O(log N) times.

permutations-and-combinations icon permutations-and-combinations

This repo has the program for Combination and Permutations. 1. Permuation.java - has the code for take 2 and take 3 algorithms. 2. Combinations.java - has the code for combination algorithm. 3. Driver.java - contains the driver class and function.

predicting-blood-donations icon predicting-blood-donations

To successfully demonstrate that a predictive model with reasonable accuracy can be developed from the classification problem dataset.

priorityqueue-and-minimum-spanning-trees icon priorityqueue-and-minimum-spanning-trees

This project has a custom implementation of Priority Queue data structure. The data structure is a very useful tool to find the minimum spanning tree. This project has code for PQ and MST.

shortest-path-algorithms icon shortest-path-algorithms

This project has codes that implements various methods to find Single Source Shortest Path algorithms such as BFS, DAG, Dijkstras, and Bellman Ford.

simple-ui-design icon simple-ui-design

A simple project to understand the techniques of User Interface Designing

spellchecker icon spellchecker

It is a Python project implemented using NLP algorithms, which is particularly used for correcting typos.

stockmarketwebprogramming icon stockmarketwebprogramming

This project is a simulation of an online stock broking system. The main intention of this project was to use as many technologies as possible in a short span of time. JS, HTML, CSS, BootStrap, JQuery, AJAX, Rest API, PHP, JSON are the technologies used

study-of-merge-sort icon study-of-merge-sort

This repo has the code that compares Merge Sort and Priority Queue Data Structure. The aim of this short project was to analyse these two techniques to sort elements, and use them at appropriate enterprise solutions.

syntribos icon syntribos

Python API security testing tool from OpenStack Security Group

topological-sorting icon topological-sorting

This project has code for topological sorting of a graph. There are two variations of computing the topological ordering and both the methods are written in this project.

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.