Can anyone help me in implementing a Skiplist using QList . A skiplist is a sort of Linked list with levels and that can skips nodes on each level .like 0 skips in base level one in second 3 in third 7 in 3rd like wise , you ncan google about skiplist