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

Month: July 2021

Java Program to Implement the Schonhage-Strassen Algorithm for Multiplication of Two Numbers

2021 VietMX 0

This is a sample program to multiply two given numbers using Schonhage-Strassen Algorithm. Suppose we are multiplying two numbers like 123 and 456 using long […]

Java Program to Implement Karatsuba Multiplication Algorithm

2021 VietMX 0

This is a Java Program to Implement Karatsuba Multiplication Algorithm. The Karatsuba algorithm is a fast multiplication algorithm. It was discovered by Anatolii Alexeevitch Karatsuba […]

Java Program to Implement Booth Algorithm

2021 VietMX 0

This is a Java Program to implement Booth Algorithm. This is a program to compute product of two numbers by using Booth’s Algorithm. This program […]

Java Program to Perform Addition Operation Using Bitwise Operators

2021 VietMX 0

This is the java program to perform addition of two numbers without using any arithmetic operators. The summation of two numbers can be obtained using […]

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 […]

Posts navigation

« 1 … 25 26 27 … 63 »

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