Skip to content

caleberi/algoexpert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algoexpert

problem solving on a coding platform called algoexpert. algoexpert

The leading platform to prepare for coding interviews. Master essential algorithms and data structures, and land your dream job with AlgoExpert https://www.algoexpert.io/. As Algorithms and data structures go hand in hand; the solution to virtually any coding interview problem will require the implementation of some kind of abstract data type in order to access and manipulate information. The above site was used to solidify my problem solving skills in python. However, Most of my solution to algorithm problem on algoexpert .All solutions are written in python.

Programming Questions

algoexpert

No interview prep resource would be complete if it didn’t have a way to put your coding skills to the test, and this is something that AlgoExpert does very efficiently: it has 110+ hand-picked coding questions to solve, with 4 difficulty settings available (Easy, Medium, Hard & Very Hard), all designed to give you a solid grasp on important DS&A concepts (and a few extras), such as:

  • Binary Search Trees
  • Dynamic Programming
  • Binary Trees
  • Famous Algorithms
  • Linked Lists
  • Recursion
  • Searching
  • Sorting
  • Strings
  • Graphs
  • Arrays
  • Heaps
  • Stacks
  • Tries