An open API service indexing awesome lists of open source software.

https://github.com/joyang1/javainterview

最全的Java技术知识点,以及Java源码分析;Just learn it。
https://github.com/joyang1/javainterview

architecture bigdata books code-interview datastructures java

Last synced: 11 days ago
JSON representation

最全的Java技术知识点,以及Java源码分析;Just learn it。

Awesome Lists containing this project

README

          

# Java 知识总结
[![Build Status](https://travis-ci.org/joyang1/JavaInterview.svg?branch=master)](https://travis-ci.org/joyang1/JavaInterview)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

**该项目主要分享一些个人经验,以及一些个人项目中遇到的问题**;还有就是一些读书笔记。

如果大家觉得该项目还不错,可以帮忙 `star` 或者 fork 下,你的 `star` 就是我的动力,谢谢!

**为开源贡献自己的一份力量。**

## :blue_book: [JVM 篇](/jvm)

## :coffee: [Java 基础知识篇](/javabase)

## :scroll: [代码篇](/codeinterview)
主要介绍 LeetCode 上面的算法题目,以及面试过程中遇到的实际编码问题总结。

### [排序相关](/sortpro)
- [冒泡排序](/sortpro/1.bubbleSort.md)
- [选择排序](/sortpro/2.selectionSort.md)
- [插入排序](/sortpro/3.insertionSort.md)
- [希尔排序](/sortpro/4.shellSort.md)
- [归并排序](/sortpro/5.mergeSort.md)
- [快速排序](/sortpro/6.quickSort.md)
- [堆排序](/sortpro/7.heapSort.md)
- [计数排序](/sortpro/8.countingSort.md)
- [桶排序](/sortpro/9.bucketSort.md)
- [基数排序](/sortpro/10.radixSort.md)

## :lock: [Lock 篇](/lock)

## :file_folder: [IO 篇](/io)

## :computer: [大数据篇](/bigdata)

## :earth_asia: [机器学习](/machinelearning)

## :floppy_disk: [架构篇](/architecture)

## :earth_asia: [web 篇](/web)

## :books: [书单篇](/books)
各种编程类书籍整理。大家可以直接下载阅读,增长自己编程技术。


# Author
联系我:tingzai.yang@gmail.com

[个人博客](https://blog.tommyyang.cn)

有任何问题,或者好的建议,好的面试相关的题目都可以在这里面进行提交!

有什么问题也可以在这里进行[讨论](https://github.com/joyang1/JavaInterview/issues/1)。

**欢迎关注个人公众号,每天更新原创技术好文**:

![Tommy 学习录](https://cdn.jsdelivr.net/gh/filess/img6@main/2021/03/28/1616861111098-e2ab6607-2144-422c-9540-932a44590d1c.jpeg)