All Projects → GJXAIOU → Notes

GJXAIOU / Notes

Including JVM, Java concurrency, Spring framework, Data structure and Algorithm, Computer network, Design pattern, Python, C++, Linux, Mysql, Redis,MATLAB, Git and other tools, etc.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Notes

Leetcode
Solutions to LeetCode problems; updated daily. Subscribe to my YouTube channel for more.
Stars: ✭ 3,090 (+2258.78%)
Mutual labels:  algorithm, data-structures, mysql
Interviewguide
《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址:http://notfound9.github.io/interviewGuide/
Stars: ✭ 3,117 (+2279.39%)
Mutual labels:  data-structures, mysql, jvm
Hackerrank
📗 Solutions of more than 380 problems of Hackerrank accross several domains.
Stars: ✭ 128 (-2.29%)
Mutual labels:  algorithm, data-structures
Codelibrary
💎Collection of algorithms and data structures
Stars: ✭ 1,585 (+1109.92%)
Mutual labels:  algorithm, data-structures
Quitnow Cache
A collection to store data for a given time
Stars: ✭ 109 (-16.79%)
Mutual labels:  data-structures, jvm
Javascript
A repository for All algorithms implemented in Javascript (for educational purposes only)
Stars: ✭ 16,117 (+12203.05%)
Mutual labels:  algorithm, data-structures
Pydsa
Not maintained in favor of: https://github.com/TheAlgorithms/Python
Stars: ✭ 100 (-23.66%)
Mutual labels:  algorithm, data-structures
Leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
Stars: ✭ 45,650 (+34747.33%)
Mutual labels:  algorithm, data-structures
Must Do Coding Questions
GeeksforGeeks Must-Do-Coding-Questions Solutions
Stars: ✭ 96 (-26.72%)
Mutual labels:  algorithm, data-structures
Oh My Python
剑指offer(python版)/ 算法图解 / python基础 / 数据结构
Stars: ✭ 119 (-9.16%)
Mutual labels:  algorithm, data-structures
Awesome Algorithms Books
CLRS + Algorithhms by Robert Sedgewick, Kevin Wayne +Algorithm_design by Jon Kleinberg and Éva Tardos
Stars: ✭ 116 (-11.45%)
Mutual labels:  algorithm, data-structures
Algo ds notes
It is a repository that is a collection of algorithms and data structures with implementation in various languages.
Stars: ✭ 1,897 (+1348.09%)
Mutual labels:  algorithm, data-structures
Algorithms
Algorithms and data structures implemented in JavaScript with explanations, for further readings
Stars: ✭ 99 (-24.43%)
Mutual labels:  algorithm, data-structures
Mystl
C++11 实现的简易版 STL
Stars: ✭ 97 (-25.95%)
Mutual labels:  algorithm, data-structures
Data Structures And Algorithms
A collection of some implementations of data structures and algorithms.
Stars: ✭ 101 (-22.9%)
Mutual labels:  algorithm, data-structures
Scalacaster
Purely Functional Algorithms and Data Structures in Scala
Stars: ✭ 1,342 (+924.43%)
Mutual labels:  algorithm, data-structures
Go Algorithms
Algorithms and data structures for golang
Stars: ✭ 1,529 (+1067.18%)
Mutual labels:  algorithm, data-structures
Codezilla
⚡️ codezilla ⚡️ One giant 🦖 collection of algorithms & design patterns.
Stars: ✭ 127 (-3.05%)
Mutual labels:  algorithm, data-structures
Jsav
JavaScript Algorithm Visualization library
Stars: ✭ 87 (-33.59%)
Mutual labels:  algorithm, data-structures
Competitive Programming
My solutions to problems from various competitive programming websites.
Stars: ✭ 93 (-29.01%)
Mutual labels:  algorithm, data-structures

https://img.shields.io/github/repo-size/GJXAIOU/Notes https://img.shields.io/aur/license/Notes

[版权声明]:本仓库所有笔记代码遵守 Apache2.0,博客之类引用请在文章开头处注明来源即可:https://github.com/GJXAIOU。

💡使用说明

🎨Git 和 GitHub 基本使用

  • 对 Git 和 GitHub 使用过程中有疑问的可以先看看这篇自己整理的笔记

  • 仓库文件下载慢解决方案

    • 【推荐】方式一:kexueshangwang;
    • 方式二:注册“码云”账号,然后导入 GitHub 仓库,最后从”码云” 下载;

🎨笔记图片加载失败方法

  • 【推荐】方法一:使用 Typora 时候,需要设置:文件 -> 偏好设置 -> 图像 -> 选择“复制到指定路径” -> 路径格式为:./${filename}.resource,正逐步将文件中图片链接更改为此种方式;

    image-20200113215647773
  • 【不再推荐】方法二:因为笔记软件的原因,造成上传的笔记中图片无法加载,会逐渐将笔记中的图片链接从本地更改为图库的链接,在此过程中,如果想完整的查看笔记中的插图,请使用软件:Yu Writer ,将整个目录放入笔记默认的文件夹下:即可,当然也可也使用软件导入外部文件进行查看。

  • 【不推荐】方法三:当然也可以直接打开仓库中每个文件对应的 .resources 文件查看文件中包含的图片;

🎨完整笔记获取

  • 如果需要完整笔记,或者需要 PDF 版本,可以提交 issue 或者发送邮件到邮箱:[email protected],说明需要具体的笔记名即可,一般晚上会查看 Github 和查阅邮箱。
  • 推荐使用下面 Fork 方式每次使用之前更新一下,因为很多笔记都处于不断整理过程中,新版本更加利于阅读。

🎨Fork 之后保证笔记更新

  • 因为笔记一直处于更新和修改过程中,所以大家可以采用以下方式保证 Fork 到自己仓库的笔记能够保持最新。

    • 合并步骤一
    合并步骤一
    • 合并步骤二、三、四
    合并步骤二
    • 合并步骤五、六
    合并步骤三

🎨排版规范

📔笔记目录

  • Algorithm 📖
    • AlgorithmNotes
    • Books :算法导论(笔记整理中)
  • C++ 📂
    • C 基础/进阶 : C 语言知识巩固
    • C++ 基础
  • ComputerNetwork 📂
  • DataStructure 📂
  • DesignPattrens📂
    • DesignPatternsNotes
    • Books: 预定 GOF 中
  • Java 📂
    • JavaEE
    • MySQL
    • HTML、CSS、JSP、JQuery
    • Spring、SpringMVC、Mybatis、Struts、Hibernate、SpringBoot
    • Redis、Shiro
  • JavaConcurrency📂
  • JavaVirtualMachine 📂
    • JVM 内存结构
    • 类加载机制
    • 垃圾回收
    • 字节码结构
  • Linux 📂
    • LinuxNotes:linux 日常学习笔记整理
    • 鸟哥:鸟哥的私房菜(笔记在整理中)
  • MATLAB📂
    • MATLAB 日常仿真笔记(整理中)
  • MPLS_VPN📂
    • MPLS_VPN 实验
  • MySQL 📂
    • MySQLNotes :MySQL 学习笔记,主要笔记见 JavaNotes ->MySQL
    • Books:《MySQL 必知必会》学习笔记
  • NS3
    • NS3 网络仿真器(使用 python/C++)课程作业
  • Python 📂
    • PythonNotes:python 使用笔记
    • Books:《跟老齐学 python 轻松入门》笔记
  • Tools📂
    • EclipseWithIDEA
    • GitWithGitHub
    • Markdown
    • Maven
    • SublimeText3
    • Tomcat

📔参考书目

  • 算法导论
  • 鸟哥的 Linux 私房菜
  • 大话数据结构
  • 数据结构与算法分析(Java 语言描述)
  • 计算机网络
  • TCP/IP 详解(卷一)
  • Java 编程思想
  • MySQL 必知必会
  • 高性能 MySQL
  • 深入理解 Java 虚拟机
  • Java 并发编程实战
  • 重构
  • 大话设计模式
  • 设计模式:可复用面向对象软件的基础
  • 跟老齐学 Python
  • Python 编程:从入门到实践
  • 深入理解计算机系统
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].