项目作者: jchoker

项目描述 :
Advanced Data Structures in C#
高级语言: C#
项目地址: git://github.com/jchoker/DataStructures.git
创建时间: 2021-03-24T15:37:38Z
项目社区:https://github.com/jchoker/DataStructures

开源协议:MIT License

下载


Advanced data structures in C

Proper usage of data structures is fundamental to efficient algorithms and good software design. Knowing the inner workings and implementation details is required to choose among the data structures and for being an exemplary programmer. This repository’s goal is to demonstrate how to correctly implement common and advanced data structures in a simple and elegant way.

Simplicity and elegance are unpopular because they require hard work and discipline to achieve and education to be appreciated
— Edsger Dijkstra