[Blog Summary] Computer Department Final Review, Professional Course Study, Algorithm and Front-End

Professional course review for final exam

data structure

[Data structure] General review of knowledge points (end)
[Data structure] PTA multiple choice questions\subjective questions

discrete mathematics

[Discrete Mathematics] Notes for Chapter 1 (End)
[Discrete Mathematics] Notes for Chapter 2 (End)
[Discrete Mathematics] Notes for Chapter 3 (End)

algorithm

[Algorithm Design and Analysis] Midterm Exam Review: Code and Classic Topics Divide and Conquer, Divide, Dynamic Programming
[Algorithm Design and Analysis] Final Programming Review Topics

database

[Introduction to Database Systems] Chapters 1 and 2: Introduction, Relational Databases
[Introduction to Database Systems] Chapter 3: SQL
[Introduction to Database Systems] Chapters 4 and 5: Database Security and Integrity
[Introduction to Database Systems] Chapter 6 : Relational Data Theory
[Introduction to Database System] Chapter 7: Database Design
[Introduction to Database System] Chapter 10 and Chapter 11: Database Recovery Technology, Concurrency Control
[Database] Final Review: SQL Statements, Operations of Relational Algebra, Paradigm Definition and judgment, ER diagram to relational model
[database] final review: concept, short answer related

probability theory

[Dr. Monkey] Summary of Probability Theory and Mathematical Statistics Notes (End)
[Probability Theory and Mathematical Statistics] End-of-Term Review: Formula Summary and Simple Examples (End)

computer network

[Computer Network] Catalog of Micro-Classroom Notes of Lake University of Science and Technology (End)
[Jiangwang] Review of Cisco Final Multiple Choice Questions

other one finished

[Circuit and Electronic Technology] Notes (End)
Review of Introduction to Computer: Knowledge Encyclopedia
C++ Programming Final Exam Ceremony
[Object-Oriented Programming C++] Notes (End)
[Operating System] Wangdao Postgraduate Notes Summary Catalog (End)
[Data Mining] Final Review : ID3, DBSCAN, association analysis, outlier mining, etc.

large job archive

Save the major programming homework for freshman year: film system
major programming homework for freshman year 1: laboratory member management system
[data structure] library management system of two-way linked list
Reverse Polish suffix: expression evaluation

extracurricular algorithm

AcWing and Ladder

[Data Structure and Algorithm] Summary of AcWing Algorithm Self-study Notes
[PTA] Group Programming Ladder Competition-Summary of Exercise Set L2 Topics (End)
[PTA] Group Programming Ladder Competition-Exercise Set L3 Topic Summary (Incomplete)

Incomplete summary of competition algorithm

[Advanced Guide to Algorithm Competition] Basic Algorithm: Prefix Sum and Difference
[Advanced Guide to Algorithm Competition] Basic Algorithm: Recursion and Recursion
[Advanced Guide to Algorithm Competition] Basic Algorithm: Bit Operation

Incomplete summary of in-class algorithms

[Algorithm] Introduction to Dynamic Programming DP Self-study Notes: Basic Knowledge + Classic Examples

Leek

C++

【LeetCode】Summary of double-pointer questions
【LeetCode】Summary of thinking questions and notes
【LeetCode】Summary of linked list questions
【LeetCode】Summary of binary tree questions

JavaScript

[LeetCode and "Code Random Records"] Array articles: Notes and Summary-JavaScript version
[LeetCode and "Code Random Records"] Linked list articles: Question Notes and Summary-JavaScript version
[LeetCode and "Code Random Records"] Haha Greek table: Notes and summary-JavaScript version
[LeetCode and "Code Random Records"] String articles: Notes and summary-JavaScript version
[LeetCode and "Code Random Records"] Double pointer articles: Question notes and Summary-JavaScript version
[LeetCode and "Code Random Records"] stack and queue articles: notes and
summary for questions
Random Thoughts on Code "] Backtracking Algorithms: Question Notes and Summary-JavaScript Version

Java learning

Java Core Technology Volume I Column Notes
[Zero-Basic Quick Learning Java] Han Shunping’s Notes Arrangement (updated to p170 should be a pit)
Java development note catalog from scratch (also pitted notes only to the Serlvet and jsp parts)

JavaScript learning

Red Book Notes: "JavaScript Advanced Programming"

chapter Link
Focus-Chapter 4: Primitive Values ​​and Reference Values, Execution Context and Scope, Garbage Collection https://blog.csdn.net/karshey/article/details/127658069
Focus-Chapter 5: Date, RegExp, primitive value wrapper class, singleton built-in object https://blog.csdn.net/karshey/article/details/127694456

JavaScriptAdvanced

related notes Link
this binding, binding priority, related interview questions and arrow functions https://blog.csdn.net/karshey/article/details/127010179
Browser principle: rendering engine parsing page steps, reflow and redrawing, composite synthesis, defer and async https://blog.csdn.net/karshey/article/details/127025620
The operating principle of JavaScript: V8 engine, JS code execution principle, scope and scope link interview questions https://blog.csdn.net/karshey/article/details/127030009
Memory management and closure: garbage collection GC, closure definition, access and execution process, memory leak https://blog.csdn.net/karshey/article/details/127039226
Function-related knowledge: functions, pure functions, currying, strict mode https://blog.csdn.net/karshey/article/details/127043166
Object related: object attributes, attribute descriptors (data attributes, access attributes) https://blog.csdn.net/karshey/article/details/127060486
Prototype and inheritance related: prototype object, function prototype, prototype chain and inheritance, inheritance optimization, object judgment related methods https://blog.csdn.net/karshey/article/details/127070715
class class, ES6 implementation inheritance, ES6 object enhancement https://blog.csdn.net/karshey/article/details/127076281
Handwritten apply(), call(), bind() https://blog.csdn.net/karshey/article/details/127078366
Common new features of ES6: lexical environment, let, const, template string, function enhancement, Symbol, Set, Map https://blog.csdn.net/karshey/article/details/127094785
ES7-ES13 common new features https://blog.csdn.net/karshey/article/details/127105237
Proxy和Reflect https://blog.csdn.net/karshey/article/details/127109091

Summary of front-end projects (open source)

General Background Management System Project (Vue+Element UI): General Background Management System-Project Summary
Travel App Front-end Project (Vue3+Vant4): [Front-end] Vue3+Vant4 Project: Travel App-Project Summary and Preview (open source)

update log

2022.4.18 I tidied up my messy blog.
On June 12, 2022, I sorted out some final review for my sophomore year.
2022.7.22 Update Java study notes.
2022.8.30 Update LeetCode notes.
2022.9.29 Update big job archive and competition algorithm incomplete summary.
2022.10.23 Update JavaScript note summary.
2022.11.16 Update summary of JavaScript notes: Red Book, LeetCode and Code Random Thoughts.
2022.11.16 Update front-end related.
2023.2.19 Update the travel app front-end project.
2023.2.25 update Lekko Javascript solution.

Guess you like

Origin blog.csdn.net/karshey/article/details/124254653