VietMX's Blog
  • C++
  • JAVA
  • JS
  • NODEJS
  • PYTHON
  • TOOLS
  • BLOCKCHAIN
  • AI
  • EBOOK
  • ACM
  • ALGORITHM
  • Q&A

JAVA

Java Program to Check Cycle in a Graph using Graph traversal

2021 VietMX 0

This Java program,performs the DFS traversal on the given graph represented by a adjacency matrix to check for cycles in the graph.the DFS traversal makes […]

Java Program to Implement Uniform-Cost Search

2021 VietMX 0

This Java program,Implements Uniform Cost Search.In computer science, uniform-cost search (UCS) is a tree search algorithm used for traversing or searching a weighted tree, tree […]

Java Program to Implement Iterative Deepening

2021 VietMX 0

This Java program,Implements Iterative Deepening.Iterative deepening depth-first search(IDDFS) is a state space search strategy in which a depth-limited search is run repeatedly, increasing the depth […]

Java Program to Implement Depth-limited Search

2021 VietMX 0

This Java program,Implements Depth Limited Search.Like the normal depth-first search, depth-limited search is an uninformed search. It works exactly like depth-first search, but avoids its […]

Java Program to Implement Find all Back Edges in a Graph

2021 VietMX 0

This Java program,performs the DFS traversal on the given graph represented by a adjacency matrix to find all the back edges in a graph.the DFS […]

Java Program to Implement Find all Cross Edges in a Graph

2021 VietMX 0

This Java program,performs the DFS traversal on the given graph represented by a adjacency matrix to find all the cross edges in a graph.the DFS […]

Java Program to Implement Find all Forward Edges in a Graph

2021 VietMX 0

This Java program,performs the DFS traversal on the given graph represented by a adjacency matrix to find all the forward edges in a graph.Forward Edges […]

Java Program to Find SSSP (Single Source Shortest Path) in DAG (Directed Acyclic Graphs)

2021 VietMX 0

This Java program,to find the single source shortest path in directed acyclic graph by Dijkstra’s algorithm.Dijkstra’s algorithm is a graph search algorithm that solves the […]

Java Program to Implement Best-First Search

2021 VietMX 0

This Java program,implements Best-First Search.Best-first search is a search algorithm which explores a graph by expanding the most promising node chosen according to a specified […]

Java Program to Implement Fenwick Tree

2021 VietMX 0

This is a Java Program to Implement Fenwick Tree. A Fenwick tree or binary indexed tree is a data structure providing efficient methods for calculation […]

Java Program to Implement a Binary Search Tree using Linked Lists

2021 VietMX 0

This is a Java Program to implement Binary Search Tree using Linked Lists. A binary search tree (BST), sometimes also called an ordered or sorted […]

Java Program to Find the Minimum value of Binary Search Tree

2021 VietMX 0

This is a Java Program to find minimum value of a Binary Search Tree. A binary search tree (BST), sometimes also called an ordered or […]

Java Program to Implement Expression Tree

2021 VietMX 0

This is a Java Program to implement Expression Tree. Expression Tree is used in evaluating expressions. Here is the source code of the Java program […]

Java Program to Implement Self Balancing Binary Search Tree

2021 VietMX 0

This is a Java Program to implement Self Balancing Binary Search Tree. A self-balancing (or height-balanced) binary search tree is any node-based binary search tree […]

Java Program to Implement Ternary Search Tree

2021 VietMX 0

This is a Java Program to Implement Ternary Search Tree. A ternary search tree is a type of prefix tree where nodes are arranged as […]

Java Program to Implement ScapeGoat Tree

2021 VietMX 0

This is a Java Program to implement ScapeGoat Tree. A scapegoat tree is a self-balancing binary search tree which provides worst-case O(log n) lookup time, […]

Java Program to Implement Rope

2021 VietMX 0

This is a Java Program to implement Rope. A rope is a data structure for storing and manipulating a very long string. Here is the […]

Java Program to Implement Red Black Tree

2021 VietMX 0

This is a Java Program to implement Red Black Tree. A red–black tree is a type of self-balancing binary search tree. The self-balancing is provided […]

Java Program to Implement Treap

2021 VietMX 0

This is a Java Program to implement Treap. Treap is a form of binary search tree data structure that maintain a dynamic set of ordered […]

Java Program to Implement Randomized Binary Search Tree

2021 VietMX 0

This is a Java Program to implement Randomized Binary Search Tree. The randomized binary search tree stores the same nodes with the same random distribution […]

Posts navigation

« 1 … 10 11 12 … 71 »

SEARCH

  • The Stern-Brocot tree and Farey sequences

    2021 0
  • 15 Puzzle Game: Existence Of The Solution

    2021 0
  • Josephus Problem

    2021 0
  • Optimal schedule of jobs given their deadlines and durations

    2021 0
  • Scheduling jobs on two machines

    2021 0
  • Scheduling jobs on one machine

    2021 0
  • Sprague-Grundy theorem

    2021 0
  • Games on arbitrary graphs

    2021 0
  • K-th order statistic in O(N)

    2021 0
  • Search the subarray with the maximum/minimum sum

    2021 0
  • Longest increasing subsequence

    2021 0
  • Range Minimum Query

    2021 0
  • Heavy-light decomposition

    2021 0
  • 2 – SAT

    2021 0
  • Paint the edges of the tree

    2021 1
  • Edge connectivity / Vertex connectivity

    2021 0
  • Topological Sorting

    2021 0
  • Kuhn’s Algorithm for Maximum Bipartite Matching

    2021 0

Algorithm Array Collections Convert Converting Custom Data Structure Deep Learning Dictionary File Finding Generate Graph Guide HttpClient Implement InputStream Introduction Jackson Java JavaScript JPA JUnit List Machine Learning MongoDB New Year Node.js OAuth2 Perform Program Python REST API Set Spring Spring Boot Spring Cloud Spring Data Spring MVC Spring Security Stream String Strings Tree WebFlux

  • ACM
  • AI
  • ALGORITHM
  • BLOCKCHAIN
  • C/C++
  • EBOOK
  • JAVA
  • JS
  • NODEJS
  • PYTHON
  • TOOLS
CONTACT INFORMATION
  • Email: maixuanviet.com@gmail.com
  • Skype: maixuanviet.com@outlook.com
  • Linkein: linkedin.com/in/maixuanviet
  • HackerRank: hackerrank.com/vietmx
  • Github: github.com/vietmx
  • Tiktok: tiktok.com/@maixuanviet.com

DMCA.com Protection Status