diff --git a/README.md b/README.md index 7df30cf..d3edabd 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,6 @@ # awesome-web-security-interview 本文涵盖内容:Web基础漏洞,计算机网络,操作系统,应急响应,代码审计,算法,数据库,机器学习等。 -- CS-Notes 主要内容如下: - - -| 算法  | 操作系统 | 网络 |面向对象|  数据库  | Java  |系统设计|   工具   |编码实践|   后记   | -| :---: | :----: | :---: | :----: | :----: | :----: | :----: | :----: | :----: | :----: | -| [:pencil2:](#pencil2-算法) | [:computer:](#computer-操作系统) | [:cloud:](#cloud-网络) | [:art:](#art-面向对象) | [:floppy_disk:](#floppy_disk-数据库) |[:coffee:](#coffee-java)| [:bulb:](#bulb-系统设计) |[:wrench:](#wrench-工具)| [:watermelon:](#watermelon-编码实践) |[:memo:](#memo-后记)| - -- campus_recruitmen_questions 主要内容如下: - - * :trophy: [ACM(已更新)](#1) - * :triangular_flag_on_post: [剑指offer(已更新)](#2) - * :medal_military: [leetcode(已更新)](#3) - * :dart: [mysql(已更新1)](#4) - * :crystal_ball: [redis(已更新)](#5) - * :airplane: [nginx(已更新道)](#6) - * :loudspeaker: [语法语言(已更新)](#7) - * :hourglass: [网络原理(已更新)](#8) - * :sparkles: [网络编程(已更新)](#9) - * :desktop_computer: [操作系统(已更新)](#10) - * :floppy_disk: [编译原理(已更新)](#11) - * [并发](#14) - * [堆与栈](#15) - * [树](#16) - * [图](#17) - * [排序](#18) - * [字符串](#19) - -

:trophy: ACM

---- - ## 参考资料 - [CS-Notes](https://github.com/jiet07/CS-Notes) - [campus_recruitmen_questions](https://github.com/jiet07/campus_recruitmen_questions)