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

Methods

JavaScript Methods of RegExp and String

2021 VietMX 0

In this article we’ll cover various methods that work with regexps in-depth. 1. str.match(regexp) The method str.match(regexp) finds matches for regexp in the string str. It has 3 modes: If […]

JavaScript Popups and window methods

2021 VietMX 0

1. Overview A popup window is one of the oldest methods to show additional document to user. Basically, you just run: …And it will open […]

JavaScript Form properties and methods

2021 VietMX 0

Forms and control elements, such as <input> have a lot of special properties and events. Working with forms will be much more convenient when we learn them. […]

JavaScript Private and protected properties and methods

2021 VietMX 1

One of the most important principles of object oriented programming – delimiting internal interface from the external one. That is “a must” practice in developing […]

JavaScript Prototype methods, objects without __proto__

2021 VietMX 0

1. Overview In the first chapter of this section, we mentioned that there are modern methods to setup a prototype. The __proto__ is considered outdated and somewhat […]

JavaScript Array methods

2021 VietMX 0

Arrays provide a lot of methods. To make things easier, in this chapter they are split into groups. 1. Add/remove items We already know methods […]

JavaScript Methods of primitives

2021 VietMX 0

1. Overview JavaScript allows us to work with primitives (strings, numbers, etc.) as if they were objects. They also provide methods to call as such. […]

Most commonly used String methods in Java

2021 VietMX 0

1. Java String.String() String objects can be created by either using literals: or by calling one of the constructors: If we use the String literal, it’ll try to reuse […]

Call Methods at Runtime Using Java Reflection

2021 VietMX 0

1. Overview In this short article, we’ll take a quick look at how to invoke methods at runtime using the Java Reflection API. 2. Getting Ready […]

wait() and notify() Methods in Java

2021 VietMX 0

1. Overview In this tutorial, we’ll look at one of the most fundamental mechanisms in Java — thread synchronization. We’ll first discuss some essential concurrency-related […]

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