can we solve max bitwise and /or using tries or there is better implementation than tries for those problems
Max bitwise and
@Saikumar009 For max and or max or we can directly use hashmaps to get the value. Anyways use can also use tries.
can we solve max bitwise and /or using tries or there is better implementation than tries for those problems
@Saikumar009 For max and or max or we can directly use hashmaps to get the value. Anyways use can also use tries.