Skip to content

somanshu/python-pr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Search Trees

  1. BST search and insert
  2. BST delete
  3. Make BST from Preorder
  4. Make BST from Preorder 2
  5. BT to BST
  6. Sorted Linked list to BST
  7. Sorted array to BST
  8. Determine is balanced BST
  9. Transform to BST sum tree
  10. All BST's with keys from 1 to N
  11. Convert a BST to a Binary Tree such that sum of all greater keys is added to every key

Arrays

  1. Rotate array
  2. Rotate array 2
  3. Rotate array 3
  4. Rotate array 4
  5. Search in rotated and sorted array
  6. Find pair with given sum in sorted and rotated array

Important links for interview prep

  1. https://bitsofco.de/understanding-the-critical-rendering-path/
  2. https://bitsofco.de/async-vs-defer/
  3. https://johnresig.com/apps/learn
  4. https://medium.com/javascript-scene/master-the-javascript-interview-what-is-a-pure-function-d1c076bec976
  5. https://howdns.works/
  6. https://www.thatjsdude.com/interview/js2.html
  7. https://h5bp.org/Front-end-Developer-Interview-Questions/questions/coding-questions/
  8. https://medium.com/coderbyte/a-tricky-javascript-interview-question-asked-by-google-and-amazon-48d212890703
  9. https://blog.sessionstack.com/how-javascript-works-event-loop-and-the-rise-of-async-programming-5-ways-to-better-coding-with-2f077c4438b5
  10. https://blog.sessionstack.com/how-javascript-works-event-loop-and-the-rise-of-async-programming-5-ways-to-better-coding-with-2f077c4438b5
  11. http://javascriptissexy.com/understand-javascripts-this-with-clarity-and-master-it/
  12. https://medium.com/@maneesha.wijesinghe1/what-happens-when-you-type-an-url-in-the-browser-and-press-enter-bb0aa2449c1a
  13. https://codeburst.io/throttling-and-debouncing-in-javascript-b01cad5c8edf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published