腾讯2024暑期实习笔试
Git: How to do pre-commit

Git: How to do pre-commit

Whenever I want to commit, I always commit the object file created by C++ to the github server. This cannot be simply specified by the .gitignore file, a better way is to specify this in the pre-commit file
Read more
COMP3052 Computer Security 4 -- Access Control
Tips when defining global constant in header file
About master theorem

About master theorem

In the analysis of algorithms, the master theorem for divide-and-conquer recurrences provides an asymptotic analysis for many recurrence relations that occur in the analysis of divide-and-conquer algorithms.
Read more