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

JAVA

Java Program to Implement the linear congruential generator for Pseudo Random Number Generation

2021 VietMX 0

This is java program to generate a random numbers, using linear congruential generator. The formula for next random number in the sequence is x(n+1) = […]

Java Program to Use rand and srand Functions

2021 VietMX 0

This is a java program to generate random numbers using rand() and srand() functions. Java provides Random class that generates a random numbers. rand() gives […]

Java Program to Emulate N Dice Roller

2021 VietMX 0

This is the java program for emulating N dice roller. This can be achieved using random numbers. User can also select how many dice in […]

Java Program to Generate Random Hexadecimal Byte

2021 VietMX 0

This is the java program to randomly generate a hexadecimal byte. First random decimal byte is generated and then converted to hexadecimal form. Here is […]

Java Program to Generate Randomized Sequence of Given Range of Numbers

2021 VietMX 0

This is java program to generate the random numbers, in the range given by the user. Range could be any numbers of size integer supported […]

Java Program to Generate Date Between Given Range

2021 VietMX 0

This is the java program to generate all dates between the given range of dates. Here is the source code of the Java Program to […]

Java Program to Generate N Number of Passwords of Length M Each

2021 VietMX 0

This is the java program to generate N passwords each of length M given by the user. The number of passwords, N, returned doesn’t exceed […]

Java Program to Compute Determinant of a Matrix

2021 VietMX 0

This is the Java Program to Find the Modulus of a Matrix.Problem Description Given a square matrix, find and print the modulus(determinant) of the matrix.Example:Matrix:1 […]

Java Program to Check if a Matrix is Invertible

2021 VietMX 0

This is the java program to check whether the matrix is invertible or not. The square matrix is invertible if and only if its determinant […]

Java Program to Check Multiplicability of Two Matrices

2021 VietMX 0

This is the java program to check the multiplication of the two matrices. Two matrices are multiplicable if and only if the number of rows […]

Java Program to Perform Complex Number Multiplication

2021 VietMX 0

This is the java implementation of multiplication of two matrices consisting of complex numbers. Complex numbers are of the form a+bi. Here is the source […]

Java Program to Find Basis and Dimension of a Matrix

2021 VietMX 0

This is the java program to find whether the vectors entered by users form the basis for the given dimension. The result for the same […]

Java Program to Check if it is a Sparse Matrix

2021 VietMX 0

This is the java program to find out a given matrix is sparse matrix or not. Sparse matrix contains zero elements above a certain threshold. […]

Java Program to Find Path Between Two Nodes in a Graph

2021 VietMX 0

This is a java program find a path between two nodes in a graph if it exists. Path exists between two nodes if there is […]

Java Program to Perform Optimal Paranthesization Using Dynamic Programming

2021 VietMX 0

This is a java program to perform optimal paranthesization by making use of dymanic programming. This program determines the order in which the chain of […]

Java Program to Implement Strassen Algorithm

2021 VietMX 0

This is a Java Program to Implement Strassen Matrix Multiplication Algorithm. This is a program to compute product of two matrices using Strassen Multiplication algorithm. […]

Java Program to Perform Matrix Multiplication

2021 VietMX 0

This is a java program to perform a simple matrix multiplication. For matrix multiplication to happen the column of the first matrix should be equal […]

Java Program to Optimize Wire Length in Electrical Circuit

2021 VietMX 0

This is a java program to find the optimized wire length between any two components in an electric circuits. This problem is similar to the […]

Java Program to Represent Linear Equations in Matrix Form

2021 VietMX 0

This is java program to convert the system of linear equations to matrix form. The input is the coefficient of each variable and constant. Class […]

Java Program to Implement Gauss Seidel Method

2021 VietMX 0

This is java program to find the solution to the linear equations of any number of variables. The class provides a simple implementation of the […]

Posts navigation

« 1 … 22 23 24 … 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