Tricks When Reading Json in Python

Mainly demonstrate how to read and write json with the right format in Python. The tricks can be achieved from Google but I summarized a little bit here.

Debugging Tricks of C++

Traps I met when set/get key-values when using MySQL and Redis. The tricks can be achieved from Google but I summarized a little bit here.

Traps on setting the database(MySQL & Redis)

Traps I met when set/get key-values when using MySQL and Redis. The tricks can be achieved from Google but I summarized a little bit here.

A New Crossover Approach of GA to Solve MTSP

The third literature study. An effective crossover is mentioned to solve the multiple travelling salesman problem.

A* with the heuristic function of FastMap for path planning

The second literature study. Introduce a modified FastMap heuristic function for A* algorithm for path planning. You can get a overall on the FastMap algorithm and how to modify it to adapt to A*. The detail A* needs to added in the future.

Shortest Route Searching with Limited Conditions

The first literature study. Introduce a method of searching the shortest path based on time consuming.

Welcome

First blog