Swapna Kumar Panda
Swapna Kumar Panda

@swapnakpanda

12 تغريدة 17 قراءة Apr 15, 2023
👩‍💻 Practice 125+ Algorithms
Using your favorite language
❍ C
❍ C++
❍ Java
❍ C#
❍ Golang
❍ Python
❍ JavaScript
❍ Dart
❍ Kotlin
❍ Swift
❍ Rust
Or, anything
➊ Data Structures
➀ Array
❯ Dimension
❯ One-Dimensional
❯ Multi-Dimensional
❯ Size
❯ Fixed Size
❯ Dynamic
➁ Linked List
❯ Singly Linked List
❯ Doubly Linked List
❯ Circular Linked List
➂…
➋.➀ Array - Algorithms
➀ Creating an Array
➁ Iterate through Array
➂ Get an Element
➃ Search an Element
➄ Insert Element(s)
➅ Delete Element(s)
➆ Filter an Array
➇ Fetch a Sub-Array
➈ Merging Arrays
➉ Reverse Array
➀➀ Rotate Array
➋.➁ Linked List - Algorithms
➀ Creating a Linked List
➁ Iterate through Linked List
➂ Get an Element
➃ Find an Element
➤ Insert Element(s)
➄ At Start
➅ At End
➆ At Anywhere
➤ Delete Element(s)
➇ From Start
➈ From End
➉ From Anywhere
➀➀…
➋.➂ Stack - Algorithms
➀ Push
➁ Pop
➂ IsEmpty
➃ IsFull
➄ Peek
➋.➃ Queue - Algorithms
➀ Enqueue
➁ Dequeue
➂ IsEmpty
➃ IsFull
➄ Peek
➋.➄ Hash Table - Algorithms
➤ Hash Function
➀ Division Method
➁ Multiplication Method
➂ Universal Hashing
➤ Hash Collision
➃ Collision Resolution
➤ Open Addressing
➄ Linear Probing
➅ Quadratic Probing
➆ Double Hashing
➋.➅ Tree - Algorithms
➀ Traversal
➁ Height of a Node/Tree
➂ Depth of a Node
➃ Degree of a Node
➤ Traversal
➄ In Order
➅ Pre Order
➆ Post Order
➇ Level Order
➈ Insert
➉ Delete
➋.➆ Heap - Algorithms
➀ Heapify
➁ Insert Element
➂ Delete Element
➃ Peek (Max/Min Element)
➄ Extract (Max/Min Element)
➋.➇ Graph - Algorithms
➤ Adjacency Matrix
➀ Add Edge
➁ Remove Edge
➤ Adjacency List
➂ Add Edge
➃ Remove Edge
➤ Traverse Nodes
➄ Depth First Search
➅ Breadth First Search
➤ Shortest Path
➆ Dijkstra's Algorithm
➇ Floyd-Warshall…
➌ Search Algorithms
➀ Linear Search
➁ Jump Search
➂ Binary Search
➃ Interpolation Search
➄ Exponential Search
➅ Ternary Search
➍ Sorting Algorithms
➀ Bubble Sort
➁ Selection Sort
➂ Insertion Sort
➃ Merge Sort
➄ Quick Sort
And, a few advanced ones,
➅ Binary Insertion Sort
➆ 3-way Merge Sort
➇ 3-way Quick Sort
➈ Counting Sort
➉ Radix Sort
➀➀ Bucket Sort
➀➁ Heap Sort
➀➂ Shell Sort
➀➃…
That's it for this thread.
Visit my profile (@swapnakpanda) for more content on
• Programming
• Web Development
• Databases
Follow me if you are learning
• Python
• JavaScript
• Java
• Golang
• C/C++
• SQL
Huge learning materials are coming soon.

جاري تحميل الاقتراحات...