# myNotes **Repository Path**: mcoder2014/myNotes ## Basic Information - **Project Name**: myNotes - **Description**: 秋招复习笔记 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-06-16 - **Last Updated**: 2023-11-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # myNotes 本项目为私人笔记,关于复习准备 c++/java 为编程语言的后台开发岗位笔试面试。 主要内容有: * 操作系统 * 计算机网络 * 数据结构与算法 * 数据库 * 设计模式 * C++ 相关的 tips * Java 相关的 tips ## Reference 1. [Introduction to Algorithms (Third Edition)](https://ms.sapientia.ro/~kasa/Algorithms_3rd.pdf) 2. [llj's homepage](https://lljstar.com/) 3. [yangshun.github.io](https://yangshun.github.io/tech-interview-handbook/algorithms/algorithms-introduction) 4. [leetcode](https://leetcode.com/problemset/all/) 5. [java 高阶扫盲](https://github.com/doocs/advanced-java)