SKSiddhartha Khuntiainsidkhuntia.hashnode.dev·Jan 30, 2024 · 4 min readSetting up multiple account on gitYou must have a default key for SSH connections between other hosts and can setup multiple SSH keys for each VCS account you have. You can use your personal key as a default key also. In case you just to setup SSH connection and signing of commits fo...00
SKSiddhartha Khuntiainsidkhuntia.hashnode.dev·Nov 2, 2023 · 5 min readWhat is a B+tree?These are self-balancing data structures used to search, sequential access, insert, and delete data quickly. You might be wondering binary search of the ordered list is also quick, but here is the thing suppose if the array size is 1,000,000, then th...00