English

The bitwise operations related to a fast sorting algorithm

Programming Languages 2013-12-03 v1

Abstract

In the work we discuss the benefit of using bitwise operations in programming. Some interesting examples in this respect have been shown. What is described in detail is an algorithm for sorting an integer array with the substantial use of the bitwise operations. Besides its correctness we strictly prove that the described algorithm works in time O(n). In the work during the realisation of each of the examined algorithms we use the apparatus of the object-oriented programming with the syntax and the semantics of the programming language C++.

Keywords

Cite

@article{arxiv.1312.0138,
  title  = {The bitwise operations related to a fast sorting algorithm},
  author = {Krasimir Yordzhev},
  journal= {arXiv preprint arXiv:1312.0138},
  year   = {2013}
}
R2 v1 2026-06-22T02:18:10.186Z