Interview - Data Structure

简介:
 
Question 1.
 
怎样用JAVA实现二叉树的建立,遍历和节点删除?
 
Question 2.
 
定义一个双向链表并有排序功能的集合类,然后用它进行对2,8,4,6,44,12,9从大到小的排序。
 
Question 3.
 
设计一个简单的多线程案例。



    本文转自danni505 51CTO博客,原文链接:http://blog.51cto.com/danni505/139597,如需转载请自行联系原作者

相关文章
|
数据可视化 数据挖掘 开发者
Data-Basic Statistical Descriptions of Data| 学习笔记
快速学习 Data-Basic Statistical Descriptions of Data。
Data-Basic Statistical Descriptions of Data| 学习笔记
|
人工智能
Practical Skill Test——AT
题目描述 We have a grid with H rows and W columns. The square at the i-th row and the j-th column will be called Square (i,j). The integers from 1 through H×W are written throughout the grid, and the integer written in Square (i,j) is Ai,j.
114 0
|
算法 Go 索引
Data Structure_Visualization
所以代码附上GitHub:https://github.com/GreenArrow2017/DataStructure_Java/tree/master/out/production/DataStructure_Java/ApplicationOfAlgorithm 排序可视化 SelectionSort 选择排序很简单,所有的排序算法在前面的博客都有讲解: https://www.jianshu.com/p/7fbf8671c742 选择排序很简单,遍历所有元素,查看一下他们的之后最小的元素和当前元素交换即可。
1556 0
|
缓存 Java 图形学
Data Structure_JavaSwing
Java Swing的基础 首先需要注意的就是JFrame这个类,如果在main类整直接new一个出来是没有任何的变化,需要设置一个setvisible为true来显示出来。
948 0
|
SQL 分布式计算 分布式数据库
Big Data Application Case Study – Technical Architecture of a Big Data Platform
How should we design the architecture of a big data platform? Are there any good use cases for this architecture?
2256 0
|
Windows Unix

热门文章

最新文章

下一篇
开通oss服务