โ Creating an Array
โ Iterate through Array
โ Get an Element
โ Find an Element
โ Insert Element(s)
โ Delete Element(s)
โ Filter an Array
โ Fetch a Sub-Array
โ Merging Arrays
โ Reverse Array
โโ Rotate Array
โโ Sorting Array
โ Linked List
โฌ Types
โ Singly Linked List
โ Doubly Linked List
โ Circular Linked List
โฌ Key Points
โ Node
โ Next/Back Pointer
โฌ Algorithms
โ Creating an Array
โ Iterate through Array
โ Get an Element
โ Find an Element
โ Insert Element(s)
โ.โ At Start
โ.โ At End
โ.โ At Anywhere
โ Delete Element(s)
โ .โ From Start
โ .โ From End
โ .โ From Anywhere
โ IsEmpty
โ Merging Linked Lists
โ Reverse Linked List
โ Sorting Array
โโ Check for Cycles
โ Traversal
โ Height of a Node/Tree
โ Depth of a Node
โ Degree of a Node
โ Insert
โ Delete
โ Get
โ Search
โ Graph
โฌ Types
โ Directed Graph
โ Undirected Graph
โฌ Key Points
โ Vertices
โ Edge
โ Adjacency Matrix
โ Adjacency List
โฌ Algorithms
โ Add Node
โ Delete Node
โ Depth First Search
โ Breadth First Search
โ Find the shortest path
โ Minimum Spanning Tree
โ Graph Cycle
โ Topological Sorting
โ Backtracking
โ Connectivity
End of ๐งต
Do you find this one useful? Share your thoughts.
Here I am regularly sharing questions, cheat sheets, tips and, tutorials related to Web Development (HTML, CSS, JavaScript, React), Data Structures and Database.
Are you interested? To never miss any, Follow me โ
* ignore the wrong mentions in the above tweet. Those should be meant like this:
โฌ Algorithms
โ Creating a Linked List
โ Iterate through Linked List
* ignore the wrong mention in the above tweet. That should be meant like this:
โฌ Algorithms
โ Sorting a Linked List
โข โข โข
Missing some Tweet in this thread? You can try to
force a refresh
โ Basics
โ Tags and Elements
โ HTML Structure
โ Headings, New Line, Blank Space
โ Tables
โ Lists
๐ฅ Disclaimer
โฌ The questions covered here are mostly conceptual
โฌ I never claim only these type of questions are/should be asked during interviews
โฌ For interviews, you should have fundamentals strong. And you should be able to provide solutions to practical problems.
Using your favourite language
โ C
โ C++
โ Python
โ Java
โ C#
โ PHP
โ JavaScript
Or, anything.
โฉ
When we start practicing to improve our programming skills, the very first problems are always based on numbers.
Here I am presenting problems on
โ Simple Numbers
โ Unit Conversion
โ Calculation
โ Geometry
โ Vector
โ Matrix
โ Set
โ Special Numbers
โ Simple Numbers
โ Find a digit at a specific place in a number
โ Find count of digits in a number
โ Find the largest digit
โ Find the 2nd largest digit
โ Find the kth largest digit
โ Find the smallest digit