Words count in article:
2.1k words
|Reading time ≈
13 minutes
An extension of leetcode. Keep working on leetcode.
Daily TemperaturesDaily Temperatures: Given a list of daily temperatures T, return a list such tha
...
Words count in article:
231 words
|Reading time ≈
1 minutes
IntroductionNano is a text editor for terminals.
Open and create filesOpen or create new files, you can type the following command:
1nano filename
Th
...
Words count in article:
1.1k words
|Reading time ≈
6 minutes
Hadoop Partition And Secondary SortThis article will describe an implementation and process of Hadoop partitioning and secondary sorting. First we nee
...
Words count in article:
702 words
|Reading time ≈
4 minutes
mrjob is the easiest way to write python programs that can run on hadoop. Its most prominent feature is that with the help of mrjob, there is no need
...
Words count in article:
378 words
|Reading time ≈
2 minutes
The initialized downloaded data is messy and the graph id is not continuous, so a data preprocessing method is written to allow the data to be loaded
...
Words count in article:
441 words
|Reading time ≈
2 minutes
In computer science, a disjoint-set data structure is a data structure used to handle the merging and querying of disjoint sets (a series of sets with
...
Words count in article:
277 words
|Reading time ≈
1 minutes
In math, prime numbers are whole numbers greater than 1, that have only two factors – 1 and the number itself. Prime numbers are divisible only by the
...
Words count in article:
113 words
|Reading time ≈
1 minutes
A* search algorithm is a heuristic search which works on path planning and graph traversal (weighted).It is an extension of Dijkstra algorithm. The fo
...