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

JAVA

Java Program to Implement Gale Shapley Algorithm

2021 VietMX 0

This is a Java Program to Implement Gale Shapley Algorithm. Gale Shapley Algorithm is used to solve the stable marriage problem (SMP). SMP is the […]

Java Program to Represent Graph Using Linked List

2021 VietMX 0

This is a java program to represent graph as a linked list. Each node will have a linked list consisting of node to which it […]

Java Program to Represent Graph Using 2D Arrays

2021 VietMX 0

This is a java program to represent graph as a 2D array. Nodes are arranged in matrix and at an index of i, j zero […]

Java Program to Represent Graph Using Incidence List

2021 VietMX 0

This is a java program to represent graph as a incidence list. The incidence matrix of G is a n × m matrix (b_{ij}), where […]

Java Program to Represent Graph Using Adjacency List

2021 VietMX 0

This is a java program to represent graph as a adjacency list. Each node will have a linked list consisting of node to which it […]

Java Program to Represent Graph Using Incidence Matrix

2021 VietMX 0

This is a java program to represent graph as a incidence list. The incidence matrix of G is a n × m matrix (b_{ij}), where […]

Java Program to Represent Graph Using Adjacency Matrix

2021 VietMX 0

This is a java program to represent graph as a adjacency matrix. Nodes are arranged in matrix and at an index of i, j zero […]

Java Program to Check if any Graph is Possible to be Constructed for a Given Degree Sequence

2021 VietMX 0

This is a java program to check graph construction is possible or not using given degree sequence. If the sum of degree is even graph […]

Java Program to Generate a Graph for a Given Fixed Degree Sequence

2021 VietMX 0

This is a java program to generate a graph from given degree sequence. The degree sequence of an undirected graph is the non-increasing sequence of […]

Java Program to Create the Prufer Code for a Tree

2021 VietMX 0

This is a java program to create Prufer code for a tree. In combinatorial mathematics, the Prüfer sequence (also Prüfer code or Prüfer numbers) of […]

Java Program to Construct a Random Graph by the Method of Random Edge Selection

2021 VietMX 0

This is a java program to generate a random graph by selecting random number of edges. One important thing to note here is, that we […]

Java Program to Create a Random Graph Using Random Edge Generation

2021 VietMX 0

This is a java program to generate a random graph by generating random number of edges. One important thing to note here is, that we […]

Java Program to Generate a Random UnDirected Graph for a Given Number of Edges

2021 VietMX 0

This is a java program to generate a random graph using number of edges provided by user. One important thing to note here is, that […]

Java Program to Find the Number of Ways to Write a Number as the Sum of Numbers Smaller than Itself

2021 VietMX 0

This is a java program to find the number of ways to write a given number as sum of numbers less than the number itself. […]

Java Program to Generate Random Partition out of a Given Set of Numbers or Characters

2021 VietMX 0

This is a java program to generate a random partitioning of a set of characters or numbers in to two sets. Randomly generate an index […]

Java Program to Perform integer Partition for a Specific Case

2021 VietMX 0

This is a java program to generate and print all the partitions of a number such that when those partition elements are added results in […]

Java Program to Generate All Pairs of Subsets Whose Union Make the Set

2021 VietMX 1

This is a java program to generate and print all the pair of subsets whose union makes the original set. Here is the source code […]

Java Program to Generate All Possible Combinations Out of a, b, c, d, e

2021 VietMX 0

This is a java program to generate and print all possible combinations out of a, b, c, d, e. The trick here is to start […]

Java Program to Generate All Possible Subsets with Exactly k Elements in Each Subset

2021 VietMX 0

This is a java program to generate and print all subsets containing exactly k element, where k is provided by user and is <= number […]

Java Program to Generate a Random Subset by Coin Flipping

2021 VietMX 0

This is a java program to generate a random subset using coin flipping method. Coin is flipped, if is head(1), that element is in the […]

Posts navigation

« 1 … 16 17 18 … 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