文件名称:30DaysCodeChallenge:练习数据结构和算法的重要主题
文件大小:19KB
文件格式:ZIP
更新时间:2024-03-12 20:44:40
30天代码挑战 练习数据结构和算法的重要主题
【文件预览】:
30DaysCodeChallenge-main
----README.md(82B)
----BitManipulation()
--------Swap(383B)
--------Find_missing_no(bitwise)(615B)
--------XOR Linked list(2KB)
----Tree()
--------LCA in BST(992B)
--------AVL_Tree_Check(833B)
--------Leaf nodes and their sum(1KB)
--------Bottom View of tree(1KB)
--------LCA of binary tree(1KB)
--------Spiral Traversal(2KB)
--------Find diameter of a tree(1KB)
--------VerticalTraversal(1KB)
--------Is tree is mirror to itself(1KB)
--------Max Path sum(1KB)
--------Left view of tree(1KB)
--------Find level of an element(1KB)
--------DFS Traversal(1KB)
--------BFS+levels(1KB)
--------Height of the tree(868B)
--------IsBST(1KB)
--------Right view of tree(1KB)
----BinarySearch()
--------Number of Rotations in an sorted array(685B)
--------Search floor of the number(1KB)
--------Search an element in sorted array(669B)
--------Search in nearly sorted array(675B)
--------Agnostic Binary search(1KB)
--------Search ceil of a number(1KB)
--------Find peak element(954B)
--------First & Last occurrence(1KB)
--------Find element in sorted rotated array(1KB)