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

JAVA

Java Program to Implement Solovay Strassen Primality Test Algorithm

2021 VietMX 0

This is a Java Program to Implement Solovay Strassen Primality Test Algorithm. Solovay Strassen Primality Test is an algorithm which is used to determine if […]

Java Program to Implement Fermat Primality Test Algorithm

2021 VietMX 0

This is a Java Program to Implement Fermat Primality Test Algorithm. Fermat Primality Test is an algorithm which is used to determine if a given […]

Java Program to Implement Pollard Rho Algorithm

2021 VietMX 0

This is a Java Program to Implement Pollard Rho Algorithm. Pollard Rho algorithm is a general purpose factorization algorithm. It is particularly effective at splitting […]

Java Program to Implement Fermat Factorization Algorithm

2021 VietMX 0

This is a Java Program to Implement Fermat Factorization Algorithm. Fermat’s factorization method, named after Pierre de Fermat, is based on the representation of an […]

Java Program to Implement Stein GCD Algorithm

2021 VietMX 0

This is a Java Program to Implement Stein GCD Algorithm. The binary GCD algorithm, also known as Stein’s algorithm, is an algorithm that computes the […]

Java Program to Implement Extended Euclid Algorithm

2021 VietMX 0

This is a Java Program to Implement Extended Euclid Algorithm. The extended Euclidean algorithm is an extension to the Euclidean algorithm. Besides finding the greatest […]

Java Program to Implement Euclid GCD Algorithm

2021 VietMX 0

This is a Java Program to implement Euclid’s GCD Algorithm. This is a program to find GCD (Greatest Common Divisor) of two numbers using Euclid’s […]

Java Program to Perform the Unique Factorization of a Given Number

2021 VietMX 0

This is the java program to find out all the prime factors of a given number. Any number can be represented as a product of […]

Java Program to Find the GCD and LCM of two Numbers

2021 VietMX 0

This is java program to find the gcd and lcm of given two numbers. GCD is calculated using Euclidean Algorithm. LCM is found using factorization […]

Java Program to Implement Miller Rabin Primality Test Algorithm

2021 VietMX 0

This is a Java Program to Implement Miller Rabin Primality Test Algorithm. Miller Rabin Primality Test is an algorithm which is used to determine if […]

Java Program to Implement Sieve Of Sundaram

2021 VietMX 0

This is a Java Program to Implement Sieve Of Sundaram Algorithm. This is a program to find all primes less than a number. Here is […]

Java Program to Implement Sieve Of Atkin

2021 VietMX 0

This is a Java Program to Implement Sieve Of Atkin Algorithm. This is a program to find all primes less than a number. Here is […]

Java Program to Implement Sieve Of Eratosthenes

2021 VietMX 0

This is a Java Program to Implement Sieve Of Eratosthenes Algorithm. This is a program to find all primes less than a number. Here is […]

Java Program to Implement wheel Sieve to Generate Prime Numbers Between Given Range

2021 VietMX 0

This is java program to implement Wheel Seive method to generate the prime numbers from 2 to the given limit. This algorithm reduces the time […]

Java Program to Implement Naor-Reingold Pseudo Random Function

2021 VietMX 0

This is a java program generate pseudo-random numbers using Naor-Reingold Pseudo-Random function. Let p and l be prime numbers with l |p-1. Select an element […]

Java Program to Implement Park-Miller Random Number Generation Algorithm

2021 VietMX 0

This is java program to generate the random numbers, using the Park-Miller algorithm.Park–Miller random number generator (after Stephen K. Park and Keith W. Miller), is […]

Java Program to Implement Fisher-Yates Algorithm for Array Shuffling

2021 VietMX 0

This is java implementation of the Fisher–Yates shuffle (named after Ronald Fisher and Frank Yates)algorithm, also known as the Knuth shuffle (after Donald Knuth), for […]

Java Program to Generate Random Numbers Using Probability Distribution Function

2021 VietMX 0

This is a java program to generate random numbers using a probability distribution. Probability distribution is based on probability density function. a probability density function […]

Java Program to Generate Random Numbers Using Multiply with Carry Method

2021 VietMX 0

This is the java implementation of Multiply With Carry (MWC) algorithm to generate a set of random numbers. The main advantages of the MWC method […]

Java Program to Generate Random Numbers Using Middle Square Method

2021 VietMX 0

This is java program to generate the random numbers. In mathematics, the middle-square method is a method of generating ‘pseudorandom’ numbers.To generate a sequence of […]

Posts navigation

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