0 Star 0 Fork 1

lanyuliuyun/c-algorithms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
NEWS 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
Simon Howard 提交于 2015-04-26 12:10 +08:00 . Remove trailing whitespace from files.
v1.2.0 (14th September 2008)
* The license has been changed to the ISC license.
* Support for compiling with gcc coverage options and running tests in
valgrind.
* All headers now have extern "C" definitions for use in C++ programs.
* Trie free function uses a non-recursive algorithm to avoid the
possibility of stack overflow.
Test suite:
* Framework added for testing memory allocation/free.
* Tests have been fixed to properly free any memory allocated during
execution of the test.
* Tests have been expanded to increase the code coverage.
* A test case has been added for testing use of the program in C++
programs.
Bugs fixed:
* Memory leak in hash table.
* Bugs with the AVL tree.
* Trie responds to out of memory scenarios correctly.
v1.1.0 (1st June 2008)
* Added data structures:
- Binary Heap
- Binomial Heap
- Bloom Filter
* Iterator functions changed to a model based around an iterator structure
rather than callback functions.
* Void pointers used for keys/values replaced by typedefs to void pointers.
This allows the type to be changed to something else if desired.
* Hash table sizes changed to use a set of recommended prime numbers
that are mathematically good for use in hash tables:
http://planetmath.org/encyclopedia/GoodHashTablePrimes.html
* Tests added for some code that was not covered by the test suite.
* Failed malloc() calls are now checked for.
* Bugs fixed:
- Lockup with set_remove function.
- set_to_array did not include all values.
v1.0.0 (30th January 2006)
First release.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lanyuliuyun/c-algorithms.git
git@gitee.com:lanyuliuyun/c-algorithms.git
lanyuliuyun
c-algorithms
c-algorithms
master

搜索帮助