# JavaInterview
**Repository Path**: SpringBar_admin/JavaInterview
## Basic Information
- **Project Name**: JavaInterview
- **Description**: Java面试总结
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-04-12
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
---
Java 面试知识点总结,继续完善中。
* 平时工作和学习中遇到的一些问题及解决方法
* 面试/笔试真题
* 基础知识及源码分析
* 算法分析
如果对你有帮助请点下 `Star`,有疑问欢迎提 [Issues](https://github.com/tinet-shenjg/JavaInterview/issues),有好的想法请提 [PR](https://github.com/tinet-shenjg/JavaInterview/pulls)。
## 笔试题分享
1. [写一个函数实现String类型转Int](https://github.com/tinet-shenjg/JavaInterview/blob/master/interview/String%E8%BD%ACint.md)
2. [二叉树的四种遍历](https://github.com/tinet-shenjg/JavaInterview/blob/master/interview/TreeNode.md)
3. [手写单例模式](https://github.com/tinet-shenjg/JavaInterview/blob/master/interview/singleton.md)
---
## LeetCode
1. [两数之和](https://github.com/tinet-shenjg/JavaInterview/blob/master/leetCode/twoSum.md)
## 设计模式
1. [策略模式](https://github.com/tinet-shenjg/JavaInterview/blob/master/designPattern/strategy.md)
## JVM相关
1. [JAVA堆内存溢出](https://github.com/tinet-shenjg/JavaInterview/blob/master/jvm-code/heapoom/HeapOutOfMemory.md)