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

Implement

Java Program to Implement the One Time Pad Algorithm

2021 VietMX 0

This is a java program to implement one time pad algorithm. In cryptography, a one-time pad (OTP) is an encryption technique that cannot be cracked […]

Java Program to Implement Caesar Cypher

2021 VietMX 0

This is a java program to implement Caesar Cipher Encryption algorithm. This is the simplest of all, where every character of the message is replaced […]

Java Program to Implement Wagner and Fisher Algorithm for online String Matching

2021 VietMX 0

This is a java program to implement Wagner and Fisher Algorithm. In computer science, the Wagner–Fischer algorithm is a dynamic programming algorithm that computes the […]

Java Program to Implement Levenshtein Distance Computing Algorithm

2021 VietMX 0

This is a java program to implement Levenshtein Distance Computing Algorithm. In computer science, edit distance is a way of quantifying how dissimilar two strings […]

Java Program to Implement String Matching Using Vectors

2021 VietMX 0

This is a java program to perform search using Vectors. Here is the source code of the Java Program to Implement String Matching Using Vectors. […]

Java Program to Implement the Program Used in grep/egrep/fgrep

2021 VietMX 0

This is a java program to implement grep linux command. Here is the source code of the Java Program to Implement the Program Used in […]

Java Program to Implement Aho-Corasick Algorithm for String Matching

2021 VietMX 0

This is a java program to implement Aho-Corasick Algorithm. It is a kind of dictionary-matching algorithm that locates elements of a finite set of strings […]

Java Program to Implement the String Search Algorithm for Short Text Sizes

2021 VietMX 0

This is a java program to search string using simple algorithm BoyerMoore. Here is the source code of the Java Program to Implement the String […]

Java Program to Implement Bresenham Line Algorithm

2021 VietMX 0

This is a Java Program to Implement Bresenham Line Algorithm. The Bresenham line algorithm is an algorithm which determines which order to form a close […]

Java Program to Implement First Fit Decreasing for 1-D Objects and M Bins

2021 VietMX 0

This is a Java Program to implement First fit Decreasing Bin Packing algorithm. The First Fit Decreasing (FFD) strategy, operates by first sorting the items […]

Java Program to Implement Lloyd’s Algorithm

2021 VietMX 0

This is a Java Program to implement Lloyd’s Algorithm. The LBG-algorithm or Lloyd’s algorithm allows clustering of vectors of any dimension. This is helpful for […]

Java Program to Implement Quick Hull Algorithm to Find Convex Hull

2021 VietMX 0

This is a Java Program to implement Quick Hull Algorithm to find convex hull. Here we’ll talk about the Quick Hull algorithm, which is one […]

Java Program to Implement Jarvis Algorithm

2021 VietMX 0

This is a Java Program to Implement Jarvis Algorithm. Jarvis algorithm or the gift wrapping algorithm is an algorithm for computing the convex hull of […]

Java Program to Implement Gift Wrapping Algorithm in Two Dimensions

2021 VietMX 0

This is a Java Program to implement Gift Wrapping Algorithm. For the sake of simplicity, the description below assumes that the points are in general […]

Java Program to Implement Graham Scan Algorithm to Find the Convex Hull

2021 VietMX 0

This is a Java Program to implement Graham Scan Algorithm. Graham’s scan is a method of computing the convex hull of a finite set of […]

Java Program to Implement Slicker Algorithm that avoids Triangulation to Find Area of a Polygon

2021 VietMX 0

This is a Java Program to find the area of a polygon using slicker method. The algorithm assumes the usual mathematical convention that positive y […]

Java Program to Implement Knight’s Tour Problem

2021 VietMX 0

This Java Program is to Implement Knight’s Tour Problem.A knight’s tour is a sequence of moves of a knight on a chessboard such that the […]

Java Program to Implement Traveling Salesman Problem using Nearest neighbour Algorithm

2021 VietMX 0

This Java Program is to Implement Traveling Salesman Problem using Nearest neighbour Algorithm.The travelling salesman problem (TSP) or travelling salesperson problem asks the following question: […]

Java Program to Implement Branch and Bound Method to Perform a Combinatorial Search

2021 VietMX 0

This is a java program to solve TSP using branch and bound algorithm. Branch and bound (BB or B&B) is an algorithm design paradigm for […]

Java Program to Implement Hamiltonian Cycle Algorithm

2021 VietMX 0

This is a Java Program to Implement Hamiltonian Cycle Algorithm. Hamiltonian cycle is a path in a graph that visits each vertex exactly once and […]

Posts navigation

« 1 … 6 7 8 … 13 »

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