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

JAVA

Java Program to Implement Shunting Yard Algorithm

2021 VietMX 0

This is a Java Program to Implement Shunting Yard Algorithm. Shunting Yard algorithm is used for converting an infix expression into a postfix expression. Here […]

Java Program to Implement Cubic convergence 1/pi Algorithm

2021 VietMX 0

This is a Java Program to Implement Cubic convergence 1/pi Algorithm. Cubic convergence is an algorithm used to calculate the value of 1/p. Here is […]

Java Program to Implement Borwein Algorithm

2021 VietMX 0

This is a Java Program to Implement Borwein Algorithm. Borwein’s algorithm is an algorithm devised by Jonathan and Peter Borwein to calculate the value of […]

Java Program to Implement Nth Root Algorithm

2021 VietMX 0

This is a Java Program to Implement Nth Root Algorithm. This program is used to calculate n th root of a number x. Here is […]

Java Program to Implement Horner Algorithm

2021 VietMX 0

This is a Java Program to Implement Horner Algorithm. Horner’s method is an efficient method for calculating polynomials.Here is the source code of the Java […]

Java Perform to a 2D FFT Inplace Given a Complex 2D Array

2021 VietMX 0

This is the java implementation of performing Discrete Fourier Transform using Fast Fourier Transform algorithm. This class finds the DFT of N (power of 2) […]

Java Program to Compute Discrete Fourier Transform Using the Fast Fourier Transform Approach

2021 VietMX 0

This is the java implementation of performing Discrete Fourier Transform using Fast Fourier Transform algorithm. This class finds the DFT of N (power of 2) […]

Java Program to Compute Discrete Fourier Transform Using Naive Approach

2021 VietMX 0

This is the java implementation of Naive DFT approach over function. Formula for calculating the coefficient is X(k) = Sum(x(n)*cos(2*PI*k*n/N) – iSum(x(n)*sin(2*PI*k*n/N)) over 0 to […]

Java Program to Compute DFT Coefficients Directly

2021 VietMX 0

This is the java implementation of calculating coefficients of the given function performing the Discrete-Fourier Transform. Formula for calculating the coefficient is X(k) = Sum(x(n)*cos(2*PI*k*n/N) […]

Java Program to Solve Knapsack Problem Using Dynamic Programming

2021 VietMX 0

This is java program to implement Knapsack problem using Dynamic programming.Given weights and values of n items, put these items in a knapsack of capacity […]

Java Program to Implement the Bin Packing Algorithm

2021 VietMX 0

This is the java implementation of classic Bin-Packing algorithm. In the bin packing problem, objects of different volumes must be packed into a finite number […]

Java Program to Perform Partition of an Integer in All Possible Ways

2021 VietMX 0

This is a java program to perform partition of an integer in all possible ways. Every partition when added should result in the given integer. […]

Java Program to Solve the Fractional Knapsack Problem

2021 VietMX 0

This is a java program to implement a standard fractional knapsack problem. It is an algorithmic problem in combinatorial optimization in which the goal is […]

Java Program to Solve the 0-1 Knapsack Problem

2021 VietMX 0

This is java program to implement 0/1 Knapsack problem. The knapsack problem or rucksack problem is a problem in combinatorial optimization: Given a set of […]

Java Program to Implement Knapsack Algorithm

2021 VietMX 0

This is a Java Program to Implement Knapsack Algorithm. This algorithm is used to solve knapsack problem : Given a set of items, each with […]

Java Program to Perform Arithmetic Operations on Numbers of Size

2021 VietMX 0

This is a java program to perform arithmetic operations on numbers which are greater than size of the integers. Here is the source code of […]

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

Posts navigation

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