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

JAVA

Java Program to Implement Leftist Heap

2021 VietMX 0

This is a Java Program to implement Leftist Heap. A leftist heap is a priority queue implemented with a variant of a binary heap. Every […]

Java Program to Implement Fibonacci Heap

2021 VietMX 0

This is a Java Program to implement Fibonacci Heap. Fibonacci heap is a heap data structure consisting of a collection of trees. It has a […]

Java Program to Implement Binomial Heap

2021 VietMX 0

This is a Java Program to implement Binomial Heap. A binomial heap is a heap similar to a binary heap but also supports quick merging […]

Java Program to Implement Binomial Tree

2021 VietMX 0

This is a Java Program to implement Binomial Tree. Here is the source code of the Java program to implement Binomial Tree. The Java program […]

Java Program to Implement Binary Heap

2021 VietMX 0

This is a Java Program to implement Binary Heap. A binary heap is a heap data structure created using a binary tree. It can be […]

Java Program to Implement Heap

2021 VietMX 0

This is a Java Program to implement Heap. A heap is a specialized tree-based data structure that satisfies the heap property: If A is a […]

Java Program to Implement Min Hash

2021 VietMX 0

This is a java program to implement Min Hash. In computer science, MinHash (or the min-wise independent permutations locality sensitive hashing scheme) is a technique […]

Java Program to Implement Rolling Hash

2021 VietMX 0

This is a Java Program to implement Rolling Hash. Here Rabin Karp algorithm is implemented using Rolling Hash. Here is the source code of the […]

Java Program to Implement Hash Tree

2021 VietMX 0

This is a java program to implement Hash Tree. In computer science, a hash tree (or hash trie) is a persistent data structure that can […]

Java Program to Implement Hash Trie

2021 VietMX 0

This is a Java Program to implement Hash Trie. A trie is an ordered tree data structure that is used to store a dynamic set […]

Java Program to Implement Hash Tables with Double Hashing

2021 VietMX 0

This is a Java Program to implement hash tables with Double Hashing. A hash table (also hash map) is a data structure used to implement […]

Java Program to Implement Hash Tables with Quadratic Probing

2021 VietMX 0

This is a Java Program to implement hash tables with Quadratic Probing. A hash table (also hash map) is a data structure used to implement […]

Java Program to Implement Hash Tables with Linear Probing

2021 VietMX 0

This is a Java Program to implement hash tables with Linear Probing. A hash table (also hash map) is a data structure used to implement […]

Java Program to Implement Hash Tables Chaining with List Heads

2021 VietMX 0

This is a Java Program to implement hash tables chaining with List Heads. A hash table (also hash map) is a data structure used to […]

Java Program to Implement Hash Tables Chaining with Doubly Linked Lists

2021 VietMX 0

This is a Java Program to implement hash tables chaining with Doubly Linked Lists. A hash table (also hash map) is a data structure used […]

Java Program to Implement Hash Tables Chaining with Binary Trees

2021 VietMX 0

This is a Java Program to implement hash tables chaining with Binary Trees. A hash table (also hash map) is a data structure used to […]

Java Program to Implement Hash Tables chaining with Singly Linked Lists

2021 VietMX 0

This is a Java Program to implement hash tables chaining with Singly Linked List. A hash table (also hash map) is a data structure used […]

Java Program to Implement Hash Tables

2021 VietMX 0

This is a Java Program to implement hash tables. A hash table (also hash map) is a data structure used to implement an associative array, […]

Java Program to Find the Longest Subsequence Common to All Sequences in a Set of Sequences

2021 VietMX 0

This is a java program to implement LCS. The longest common subsequence (LCS) problem is to find the longest subsequence common to all sequences in […]

Java Program to Implement Affine Cipher

2021 VietMX 0

This is a java program to implement Affine Cipher. The affine cipher is a type of monoalphabetic substitution cipher, wherein each letter in an alphabet […]

Posts navigation

« 1 … 5 6 7 … 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