China's computer science education is outdated, often including irrelevant subjects like physics, due to historical and systemic inertia.
ALL POSTS
Should Computer Science Majors Learn College Physics
Complain on American Date Format
In the United States, the date format is unique in the world. It is different from the European "small to large" DMY and the East Asian countries' "large to small" YMD. It is actually MDY.
How to Render Markdown Document in React
Let us implement rendering markdown in React and we'll embark on fundamental conceptions of Markdown compiling procession with usages and examples for unified plugins.
The Historical Debate Between Hayek and Keynes
Their ideas not only had a profound impact on the past economic and social landscape, but they will continue to influence current and future economic and social development until a more convincing economic ideology takes hold.
Socrates: The Story of Searching for the Largest Ear of Wheat
This article proposes the classic 37% rule in game theory and its mathematical derivation process.
The Stirling Formula
Stirling's formula finds a relationship of n!,nⁿ,eⁿ while n trends to infinity.
Box-Muller Transformation
The Box-Muller transformation is a method to construct a random variable that follows a Gaussian distribution by using a random variable that follows a uniform distribution.
Linear Congruential for Pseudorandom Number
Linear congruential method is a pseudo-random number generation method that generates a random number sequence based on a deterministic mathematical algorithm.
The Laplace Theorem for Determinant
Laplace's theorem in determinants and its applications
The Basic Relation Calculation in Database
This article mainly introduces the basic operations and examples of relational algebra such as union, difference, selection, projection and join.