ZSShen / C-Common-Data-Structures

A fast and memory efficient C library to manipulate sequential containers, associative structures, and advanced string processing, such as tree map, hash map, and trie.
43 stars 9 forks source link

Dev #37

Closed tlfua closed 5 years ago

tlfua commented 5 years ago

Updated files:

  1. demo_hash_map.c: Add ManipulateNumericsCppStyle() and ManipulateTextsCppStyle()
  2. demo_hash_set.c: Add ManipulateNumericsCppStyle() and ManipulateTextsCppStyle()
  3. demo_list.c: Add ManipulateNumericsCppStyle() and ManipulateObjectsCppStyle()
  4. demo_priority_queue.c: Re-arrange demo functions into ManipulateNumerics(), ManipulateObjects(), ManipulateNumericsCppStyle() and ManipulateObjectsCppStyle()
  5. demo_queue.c: Add ManipulateNumericsCppStyle() and ManipulateObjectsCppStyle()
  6. demo_stack.c: Add ManipulateNumericsCppStyle() and ManipulateObjectsCppStyle()
  7. demo_tree_map.c: Add ManipulateNumericsCppStyle() and ManipulateTextsCppStyle()
coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 92.951% when pulling 5c91b3c2324eb4f4ca42fc5ad82cdfde04c8845e on tlfua:dev into 41f592bfaaedd9fbb64f89305603b61245981d98 on ZSShen:dev.