Skip to main content

Posts

Featured

 data.map(x => ({     roleId: x.roleId,     roleName: x.roleName,     userCount: x.userList.filter(u => u.userId != null).length })) for mapping data

Latest Posts

Password Gitlab

Ceil

GCD, LCM, Bin_Expo

Create Table with primary key and Auto Increment && Rename Column && update view model

Segment Tree Code

Bit Manipulation - 1

Backtracking Code with Advanced Recursion

Equation for finding a pair!!!

Find the indexes using two pointer theory

How to successfully erase multiple characters from a string in inner loop !!