# DataStructureGo **Repository Path**: QMHTMY/DataStructureGo ## Basic Information - **Project Name**: DataStructureGo - **Description**: 基本数据结构Go语言实现,包括堆,栈,队列,双端队列,优先队列,集合,链表,哈希表,树,图等 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-13 - **Last Updated**: 2022-03-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Description [[中文](./README_CN.md)] This repository contains some basic data structures' implementation with go-lang. including: * Heap * Stack * Queue * Deque * PriorityQueue * Set * LinkedList * HashTable * BinaryTree * BinarySearchTree * AVL * RedBlackTree * Trie * B-Tree * Graph ### Update Log * 2020-09-07 uploaded BinaryTree, BinarySearchTree. * 2020-09-03 uploaded Heap, PriorityQueue, HashTable. * 2020-08-25 uploaded Set (string, int, float64, generic). * 2020-08-13 uploaded Stack, Queue, Deque. ### Correction Please open issues or pull-request.