All Projects → realnumber666 → Thecodegang Resource Integration

realnumber666 / Thecodegang Resource Integration

📚 TheCodeGang | 校招面试必备材料资源整合 | 计算机基础知识点解析、算法、经验、面经📚

Projects that are alternatives of or similar to Thecodegang Resource Integration

Leetcode
👏🏻 leetcode solutions for Humans™
Stars: ✭ 1,129 (+1293.83%)
Mutual labels:  interview, interview-questions, leetcode
Coding-Interview-101
Solutions to LeetCode problems filtered with companies, topics and difficulty.
Stars: ✭ 21 (-74.07%)
Mutual labels:  leetcode, interview, interview-questions
fe-interview-handwrite
📖 前端面试常见手写题整理
Stars: ✭ 273 (+237.04%)
Mutual labels:  leetcode, interview, interview-questions
FAANG-Coding-Interview-Questions
A curated List of Coding Questions Asked in FAANG Interviews
Stars: ✭ 1,195 (+1375.31%)
Mutual labels:  leetcode, interview, interview-questions
interview-leetcode
【📚 技术面试高频算法+真实面试各类问答+学习指南】助力快速复习找到工作,涵盖大部分程序员所需要掌握的核心知识。
Stars: ✭ 161 (+98.77%)
Mutual labels:  leetcode, interview, interview-questions
CodingInterview
Leetcode解题、剑指offer第二版💪💪💪⛷😀
Stars: ✭ 28 (-65.43%)
Mutual labels:  leetcode, interview, interview-questions
Awesome Algorithm Question Solution
LeetCode,《剑指offer》中的算法题的题目和解法以及常见算法的实现
Stars: ✭ 988 (+1119.75%)
Mutual labels:  interview, interview-questions, leetcode
Interviewroom
Contains all important data structure and algorithms problems asked in interviews
Stars: ✭ 207 (+155.56%)
Mutual labels:  interview, interview-questions, leetcode
Coder
求职信息 组队刷题 经验交流
Stars: ✭ 22 (-72.84%)
Mutual labels:  leetcode, interview, interview-questions
Coding-Interview-Challenges
This is a repo where I upload code for important interview questions written in Python, C++, and Swift
Stars: ✭ 13 (-83.95%)
Mutual labels:  leetcode, interview, interview-questions
Data-Structure-Algorithms-LLD-HLD
A Data Structure Algorithms Low Level Design and High Level Design collection of resources.
Stars: ✭ 922 (+1038.27%)
Mutual labels:  leetcode, interview, interview-questions
Interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendatio…
Stars: ✭ 21,608 (+26576.54%)
Mutual labels:  interview, interview-questions, leetcode
Algorithmic-Problem-Solving
Solutions of algorithmic type of programming problems from sites like LeetCode.com, HackerRank.com, LeetCode.com, Codility.com, CodeForces.com, etc. using Java.
Stars: ✭ 20 (-75.31%)
Mutual labels:  leetcode, interview, interview-questions
code interview
LeetCode LintCode 题解, 剑指offer题目,互联网公司面试,BAT外企等面试题目
Stars: ✭ 21 (-74.07%)
Mutual labels:  leetcode, interview, interview-questions
Interviews
Everything you need to know to get the job.
Stars: ✭ 54,875 (+67646.91%)
Mutual labels:  interview, interview-questions, leetcode
learning-computer-science
Learning data structures, algorithms, machine learning and various computer science constructs by programming practice from resources around the web.
Stars: ✭ 28 (-65.43%)
Mutual labels:  leetcode, interview, interview-questions
Algorithms Leetcode Javascript
Algorithms resolution in Javascript. Leetcode - Geeksforgeeks - Careercup
Stars: ✭ 157 (+93.83%)
Mutual labels:  interview, interview-questions, leetcode
Interviewguide
《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址:http://notfound9.github.io/interviewGuide/
Stars: ✭ 3,117 (+3748.15%)
Mutual labels:  interview, interview-questions, leetcode
AlgoDaily
just for fun
Stars: ✭ 118 (+45.68%)
Mutual labels:  leetcode, interview, interview-questions
Coderchef Kitchen
The official repository for our programming kitchen which consists of 50+ delicious programming recipes having all the interesting ingredients ranging from dynamic programming, graph theory, linked lists and much more. All the articles contain beautiful images and some gif/video at times to help clear important concepts.
Stars: ✭ 306 (+277.78%)
Mutual labels:  interview, interview-questions, leetcode

校招经验 操作系统 计算机网络 数据库 算法解析 面经 公众号
👽 🐧 ⚡️ 🥚 🙈 📝

这个页面主要作为目录索引功能,为大家提供一个整体的内容概览并附上它们的链接。

仓库内包含的所有知识点整理都是我校招期间自己整理积累的,之前都写在OneNote里,从今天开始会一点一点整理为md格式更新上来,欢迎大家Star,希望对校招的同学们有所帮助。

欢迎关注我的公众号THE CODE GANG,实时关注我的文章更新并获取更多高质量内容,二维码附在文末

欢迎加入2021届的校招 | 学习讨论群来保持自己的消息通畅,QQ号:1045497369


此栏将整合:

  • 优质知识点笔记(包括操作系统、计算机网络、数据库等)
  • 算法题解(均为python版)
    • 一份极其精简的高频分类算法题库,适合在面试前迅速过目
    • 一份自己刷Leetcode实时更新的大题库
  • 我对于校招准备全流程的踩坑经历和建议
  • 我自己面过的所有公司的真实面经

✨ 校招经验

👽 操作系统

🐧 计算机网络

  • [ ] 计网分层以及为何要分层
  • [ ] TCP的三次握手与四次挥手的内容
  • [ ] TCP为什么连接是三次握手而断开是四次握手
  • [ ] TCP的TIME_WAIT的作用
  • [ ] TCP KeepAlive的原理和作用
  • [ ] TCP与UDP的区别及使用场景
  • [ ] 什么是SYN攻击,如何检测、防御SYN攻击
  • [ ] 一次完整的HTTP请求所经的步骤
  • [ ] HTTPS与HTTP的区别以及HTTPS的请求步骤
  • [ ] 几种不同的加密方法
  • [ ] ping所使用的协议
  • [ ] DNS的递归查询与迭代查询

⚡️ 数据库

  • [ ] 事务的特性与实现
  • [ ] 事务的隔离级别与实现
  • [ ] 数据库死锁的产生及解决方法
  • [ ] 行列存储的优劣与使用场景
  • [ ] 关系型数据库与非关系型数据库的优劣与使用场景
  • [ ] 索引所数据结构类型及它们之间的异同
  • [ ] 聚集索引和辅助索引的定义和异同
  • [ ] 最左前缀匹配原则及它的原因
  • [ ] 大表优化的多种思路
  • [ ] 慢查询的分析及优化
  • [ ] 数据库中锁的分类
  • [ ] 数据库中的范式
  • [ ] 唯一索引与主键的异同
  • [ ] select的底层实现

🥚 算法解析

🙈 我的面经

暑实

秋招

📝 公众号

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].