Max bitwise and

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.