Harshit Jindal avatar Harshit Jindal avatar

About Harshit Jindal

LinkedIn

Harshit Jindal has done his Bachelors in Computer Science Engineering(2021) from DTU. He has always been a problem solver and now turned that into his profession. Currently working at M365 Cloud Security team(Torus) on Cloud Security Services and Datacenter Buildout Automation.

Articles by Harshit Jindal

C# Howtos

  1. C# Convert Int to Char
  2. C# Macro Definitions in Preprocessor
  3. Key-Value Pair List in C#
  4. How to Split String by String in C#
  5. C# If-Else Short Hand
  6. C# List Index
  7. C# Private Set
  8. C# Random Bool
  9. How to Calculate MD5 Hash From a String in C#
  10. C# Capitalize First Letter

JavaScript Howtos

  1. How to Convert Object to Array in JavaScript
  2. How to Remove Element by Id in JavaScript
  3. isPrime in JavaScript
  4. How to Write New Line in JavaScript
  5. JavaScript null vs undefined
  6. How to Get HTML From URL in JavaScript
  7. How to Get Current Date Time in JavaScript
  8. How to Remove CSS Class JavaScript
  9. How to Remove Event Listener in JavaScript
  10. How to Remove Last Character From String in JavaScript
  11. How to Split String Into Array in JavaScript
  12. JavaScript === vs ==
  13. How to Convert Character Code to ASCII Code in JavaScript
  14. How to Create and Save File in JavaScript
  15. How to Initialize JavaScript Date to a Particular Time Zone
  16. How to Preload Image in JavaScript
  17. JavaScript Ternary Conditional Operator
  18. How to Add Properties to JavaScript Object
  19. How to Build A Stopwatch in JavaScript
  20. How to Append Data to Div in JavaScript
  21. JavaScript String Encryption and Decryption
  22. How to Get URL Parameters in JavaScript
  23. How to Hide/Show Elements in JavaScript
  24. How to Sort HTML Table in JavaScript
  25. How to Remove Index From Array in JavaScript
  26. JavaScript POST
  27. How to Format a Number as a Currency String in JavaScript
  28. How to Scroll to Top in JavaScript
  29. How to Submit Form Using JavaScript
  30. JavaScript DOM Ready
  31. How to Deep Clone an Object in JavaScript
  32. How to Sum of an Array in JavaScript
  33. How to Append Elements in an Array in JavaScript
  34. How to Download a File Using JavaScript
  35. How to Play Audio Files in JavaScript
  36. How to Write a Multiline String in JavaScript
  37. How to Check if a String Contains Substring in JavaScript
  38. How to Check if a Variable Is Undefined in JavaScript
  39. How to Format a JavaScript Date
  40. How to Loop Through an Array in JavaScript
  41. How to Round a Number to 2 Decimal Places in JavaScript
  42. Bubble Sort in JavaScript
  43. Exponents in JavaScript
  44. How to Check if a Variable Is Not Null in JavaScript
  45. How to Declare Global Variables in JavaScript
  46. How to Enable/Disable Input Button Using JavaScript
  47. How to Exit JavaScript Function
  48. How to Format Number With Commas in JavaScript
  49. How to Generate Random Number in a Specified Range in JavaScript
  50. How to Simulate a Struct in JavaScript
  51. JavaScript 2D Array
  52. Modulo Operator(%) in JavaScript
  53. Nested for Loops JavaScript
  54. Static Variables in JavaScript

Data Structure

  1. Circular Doubly Linked List
  2. Circular Linked List
  3. Doubly Linked List
  4. Linked List Deletion
  5. Linked List Insertion
  6. Linked List Merge Sort
  7. Linked List
  8. Linked List Reversal
  9. Convert Binary Tree to Binary Search Tree
  10. Binary Search Tree Check
  11. Binary Search Tree Inorder Succesor
  12. Binary Tree Traversal
  13. Binary Search Tree
  14. Binary Search Tree Delete
  15. Binary Search Tree Iterative Insert

Java Howtos

  1. Binary Search Interactive and Recursive in Java

Python How-To's

  1. Linear Search in Python
  2. Python Bisect - Binary Search
  3. Python Binary Search

C++ Howtos

  1. C++ STL Binary Search

Algorithm

  1. Exponential Search
  2. Fibonacci Search
  3. Binary Search
  4. Interpolation Search
  5. Jump Search
  6. Linear Search
  7. Comb Sort
  8. Tim Sort
  9. Tree Sort
  10. Binary Sort
  11. Bubble Sort Recursive
  12. Bucket Sort
  13. Pancake Sort
  14. Shell Sort
  15. Counting Sort
  16. Heap Sort
  17. Radix Sort
  18. Selection Sort
  19. Insertion Sort
  20. Merge Sort
  21. Quick Sort
  22. Bubble Sort