Data structure and sorting algorithm in Java

Source: Internet
Author: User

(Add Tomorrow)

There are 3 main types of interfaces: List Set Map
List:arraylist,linkedlist: Sequential table ArrayList, linked list LinkedList, stacks and queues can be simulated using LinkedList
Set:hashset collection with no duplicate records
Map:hashmap is a hash table.

Collection

├list

│├linkedlist

│├arraylist

│└vector

│└stack

└set

Map

├hashtable

├hashmap

└weakhashmap

Data Structure Reference Links:

  1. Details of data structures in Java
  2. Java common data structure and principle analysis

Sorting algorithm Reference Links:

  1. 8 Big Sorts that Java programmers must know
  2. Analysis of various sorting algorithms and Java implementation
  3. Performance analysis of sorting algorithms
  4. Java implementation of six classical sorting algorithms
  5. Eight kinds of sorting algorithms that must be known "Java implementations"
  6. Java implements various sorting algorithms and tests sorting efficiency
  7. Baidu Experience

Data structure and sorting algorithm in Java

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.