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

Implement

How to Implement Caching using Adonis.js 5

2021 VietMX 0

The performance of a web application is an integral part of the application. Statistics have shown that slow web applications can result in loss of […]

Java Program to Implement JobStateReasons API

2021 VietMX 0

This Java program Implements JobStateReasons API.Class JobStateReasons is a printing attribute class, a set of enumeration values, that provides additional information about the job’s current […]

Java Program to Implement CopyOnWriteArraySet API

2021 VietMX 0

This Java program Implements CopyOnWriteArraySet API.A Set which is best suited for applications in which set sizes generally stay small, read-only operations vastly outnumber mutative […]

Java Program to Implement RoleUnresolvedList API

2021 VietMX 0

This Java program Implements RoleUnresolved API.A RoleUnresolvedList represents a list of RoleUnresolved objects, representing roles not retrieved from a relation due to a problem encountered […]

Java Program to Implement CopyOnWriteArrayList API

2021 VietMX 0

This Java program Implements CopyOnWriteArrayList API.A thread-safe variant of ArrayList in which all mutative operations (add, set, and so on) are implemented by making a […]

Java Program to Implement RoleList API

2021 VietMX 0

This Java program Implements RoleList API.A RoleList represents a list of roles (Role objects). It is used as parameter when creating a relation, and when […]

Java Program to Implement AttributeList API

2021 VietMX 0

This Java program Implements AttributeList API.Represents a list of values for attributes of an MBean. Here is the source code of the Java Program to […]

Java Program to Implement Vector API

2021 VietMX 0

This Java program Implements Vector API.The Vector class implements a growable array of objects. Like an array, it contains components that can be accessed using […]

Java Program to Implement Stack API

2021 VietMX 0

This Java program Implements Stack API.The Stack class represents a last-in-first-out (LIFO) stack of objects. It extends class Vector with five operations that allow a […]

Java Program to Implement SynchronosQueue API

2021 VietMX 0

This Java program Implements SynchronousQueue API.A blocking queue in which each insert operation must wait for a corresponding remove operation by another thread, and vice […]

Java Program to Implement PriorityQueue API

2021 VietMX 0

This Java program Implements PriorityQueue API.An unbounded priority queue based on a priority heap. The elements of the priority queue are ordered according to their […]

Java Program to Implement PriorityBlockingQueue API

2021 VietMX 0

This Java program Implements PriorityBlockingQueue API.An unbounded blocking queue that uses the same ordering rules as class PriorityQueue and supplies blocking retrieval operations. While this […]

Java Program to Implement LinkedTransferQueue API

2021 VietMX 0

This Java program Implements LinkedTransferQueue API.An unbounded TransferQueue based on linked nodes. This queue orders elements FIFO (first-in-first-out) with respect to any given producer. The […]

Java Program to Implement LinkedBlockingQueue API

2021 VietMX 0

This Java program Implements LinkedBlockingQueue API.An optionally-bounded blocking queue based on linked nodes. This queue orders elements FIFO (first-in-first-out). The head of the queue is […]

Java Program to Implement DelayQueue API

2021 VietMX 0

This Java program is to Implement DelayQueue API.An unbounded blocking queue of Delayed elements, in which an element can only be taken when its delay […]

Java Program to Implement ConcurrentLinkedQueue API

2021 VietMX 0

This Java program is to Implement ConcurrentLinkedQueue API.An unbounded thread-safe queue based on linked nodes. This queue orders elements FIFO (first-in-first-out). The head of the […]

Java Program to Implement ArrayBlockingQueue API

2021 VietMX 0

This Java program is to Implement ArrayBlockingQueue API.A bounded blocking queue backed by an array. This queue orders elements FIFO (first-in-first-out). The head of the […]

Java Program to Implement LinkedBlockingDeque API

2021 VietMX 0

This Java program Implements LinkedBlockigngDeque API.The optional capacity bound constructor argument serves as a way to prevent excessive expansion. The capacity, if unspecified, is equal […]

Java Program to Implement SimpeBindings API

2021 VietMX 0

This Java program is to Implement SimpleBindings API.A simple implementation of Bindings backed by a HashMap or some other specified Map. Here is the source […]

Java Program to Implement RenderingHints API

2021 VietMX 0

This Java program is to Implement RenderingHints API.The RenderingHints class defines and manages collections of keys and associated values which allow an application to provide […]

Posts navigation

1 2 … 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