Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. Online Java Compiler:
  2. https://www.tutorialspoint.com/compile_java_online.php
  3.  
  4.  
  5.  
  6. Stack:
  7. http://www.cs.armstrong.edu/liang/animation/web/Stack.html
  8. https://www.cs.usfca.edu/~galles/visualization/StackArray.html
  9. https://www.studytonight.com/data-structures/stack-data-structure
  10.  
  11.  
  12. Queue:
  13. https://www.studytonight.com/data-structures/queue-data-structure
  14. http://cathyatseneca.github.io/DSAnim/web/arrayqueue.html
  15. https://people.ok.ubc.ca/ylucet/DS/QueueArray.html
  16.  
  17.  
  18. Postfix to Infix Algorithm:
  19. https://www.geeksforgeeks.org/postfix-to-infix/
  20.  
  21. Postfix to Infix Practice Problem:
  22. https://scanftree.com/Data_Structure/postfix-to-infix#
  23.  
  24. Infix to postfix Algorithm:
  25. https://www.geeksforgeeks.org/stack-set-2-infix-to-postfix/
  26.  
  27. Infix to postfix Practice Problem:
  28. https://scanftree.com/Data_Structure/infix-to-postfix
  29.  
  30.  
  31. https://raj457036.github.io/Simple-Tools/prefixAndPostfixConvertor.html
  32.  
  33.  
  34. Binary Search:
  35.  
  36. https://www.google.com/imgres?imgurl=https%3A%2F%2Fblog.penjee.com%2Fwp-content%2Fuploads%2F2015%2F04%2Fbinary-and-linear-search-animations.gif&imgrefurl=https%3A%2F%2Fwww.mathwarehouse.com%2Fprogramming%2Fgifs%2Fbinary-vs-linear-search.php&docid=Ph-QTHUQhjhceM&tbnid=lhlIed5ZbIZtvM%3A&vet=10ahUKEwiR0o_KhNHeAhWIK48KHRuIA2EQMwg7KAAwAA..i&w=600&h=400&bih=657&biw=1366&q=binary%20search%20animation%20gif&ved=0ahUKEwiR0o_KhNHeAhWIK48KHRuIA2EQMwg7KAAwAA&iact=mrc&uact=8
  37.  
  38. http://www.cs.armstrong.edu/liang/animation/web/BinarySearch.html
  39. https://www.hackerearth.com/practice/algorithms/searching/binary-search/tutorial/
  40. https://www.geeksforgeeks.org/binary-search/
  41.  
  42.  
  43. Stack Link List:
  44. https://gist.github.com/evanjam/67d8da9bfb0079daaa578f33705f2f5f
  45.  
  46. Queue Link List":
  47. https://www.codexpedia.com/java/implementing-queue-using-linked-list-in-java/
  48.  
  49.  
  50. Counting/Key indexed Sorting:
  51. https://books.google.com.bd/books?id=NLngYyWFl_YC&pg=PA168&lpg=PA168&dq=counting+sort+corman&source=bl&ots=BzRpJz0hJ7&sig=roIidPlWYIgq1SKKu9AHwO75F4k&hl=en&sa=X&ved=2ahUKEwjln7rc3YXfAhUHeysKHdRCAw4Q6AEwEXoECAAQAQ#v=onepage&q=counting%20sort%20corman&f=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement