https://github.com/candaylt/java_datastructure

用JAVA实现的书内的部分数据结构与遍历算法

https://github.com/candaylt/java_datastructure

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (0.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

用JAVA实现的书内的部分数据结构与遍历算法

Basic Info
  • Host: GitHub
  • Owner: CandayLT
  • Language: Java
  • Default Branch: master
  • Size: 33.2 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 8 years ago · Last pushed over 8 years ago
Metadata Files
Readme

README.md

JAVA_DataStructure

用JAVA实现的书内的部分数据结构与遍历算法

纸上得来终觉浅,绝知此事要躬行

数据结构

1.二叉堆 2.链表 3.左堆 4.哈希表(hash table) 5.图

数据结构的表示(解决)方法

哈希表:分离链接法,开放地址法(线性探测、平方探测) 图:dfs、邻接矩阵

排序

1.插入排序(insertion sort) 2.希尔排序(shell sort) 3.堆排序(heap sort) 4.归并排序(merge sort) 5.快速排序(quick sort)

Owner

  • Name: liuteng
  • Login: CandayLT
  • Kind: user
  • Location: ShanDong-WeiFang
  • Company: QiLu University Of Technology

I‘m who I am, a firework of larruping color.

GitHub Events

Total
Last Year