Bitset in C++

Revision en2, by subash23, 2019-10-11 21:53:26

Can anyone suggest me a way to find the previous set bit or next set bit using Bitset STL in C++? I have seen submissions in Java where these functions are pre-defined. Any way to do the same in C++?

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English subash23 2019-10-11 21:53:26 2 Tiny change: 'ame in C++.' -> 'ame in C++?'
en1 English subash23 2019-10-11 21:52:22 212 Initial revision (published)