Programming Languages What is the programming language? Definition: A programming language enables description and solution of practical problems by providing a means to defin…
2022 ICPC 省赛记
Advanced Programming-Week13
Basic-Computer-Science:Lecture 1 Introduction ( 计算机科学基础 )
Basic-Computer-Science:Summary of Course ( 计算机科学基础 )
Basic-Computer-Science:Lab 4 Proposition ( 计算机科学基础 )
Advanced Programming-Week9
Basic-Computer-Science:Lab 3 Array ( 计算机科学基础 )
二叉查找树和二叉平衡树( BST & AVL )
Advanced Programming-Week8
和省赛关系不大的牢骚orz
Programing 课程第十三周的练习任务
Introduction What is Computer Science about? Practicing Problem Solving 练习解决问题 Getting a better understanding of the programs that we write. 更好地理解我们编写的程序。 Geting a better unde…
Summary of Course Class 1 Introduction What is Computer Science about?(The introduction). The basic framework and conception of the programs. The purpose. What the programs to…
The lab of Basic Computer Science. Learning proporsition and implement the required methods specified in the lab specification.
Programing 课程第九周的练习任务
The lab of Basic Computer Science. <\br>Learning Arrays and implement the required methods specified in the lab specification.
二叉查找树(BST)与二叉平衡树(AVL)是两种树形数据结构,后者通过对前者的改良实现更优的时间复杂度,是经典的数据结构之一。<\br>本文分别介绍了两种二叉查找树和二叉平衡树的代码实现以及学习笔记供读者参考。
Programming 课程第八周的课堂练习