Click here to Skip to main content
15,883,883 members
Articles / Mobile Apps / Android

Efficient Representation of a Semigroup in C++

Rate me:
Please Sign up or sign in to vote.
4.78/5 (18 votes)
20 Nov 2014CPOL28 min read 38.8K   612   40  
Generality and efficiency of a semigroup in C++ are achieved by using an augmented B+ tree. Basic and advanced applications of such a semigroup are discussed.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Australia Australia
Vadim Stadnik has many years of experience of the development of innovative software products. He is the author of the book “Practical Algorithms on Large Datasets”, available on Amazon. His interests include computational mathematics, advanced data structures and algorithms, artificial intelligence and scientific programming.

Comments and Discussions