Skip to content
Program Solve
  • C
    • Computer Architecture and Organization
    • Data Structures and Algorithms
    • Operating Systems
    • HackerRank C
    • More C Programs
  • C++
    • Object Oriented Programming
    • More C++ Programs
  • Java
    • More Java Programs
  • Python
    • More Python Programs
  • Kotlin
  • JavaScript
    • More JavaScript Programs
  • Competitive Coding
    • Coding Ninjas
    • HackerRank
      • HackerRank C
  • Sap
    • Sap ABAP
  • Course

Interview Questions

Given a circular linked list, implement an algorithm that returns the node at the beginning of the loop

September 18, 2021 by Admin

QUESTION: Loop Detection: Given a … Read More

Categories Data Structures and Algorithms

Given two (singly) linked lists, determine if the two lists intersect and return the intersecting node

September 15, 2021 by Admin

QUESTION: Intersection: Given two (singly) … Read More

Categories Data Structures and Algorithms

Implement a function to check if a linked list is a palindrome

September 15, 2021 by Admin

QUESTION: Palindrome: Implement a function … Read More

Categories Data Structures and Algorithms

Write a function that adds the two numbers and returns the sum as a linked list

September 13, 2021 by Admin

QUESTION: Sum Lists: You have … Read More

Categories Data Structures and Algorithms

Write code to partition a linked list around a value x, such that all nodes less than x come before all nodes greater than or equal to x

September 13, 2021 by Admin

QUESTION: Partition: Write code to … Read More

Categories Data Structures and Algorithms

Implement an algorithm to delete a node in the middle

September 12, 2021 by Admin

QUESTION: Delete Middle Node: Implement … Read More

Categories Data Structures and Algorithms

Implement an algorithm to find the Kth to last element of a singly linked list

September 12, 2021 by Admin

QUESTION: Return Kth to Last: … Read More

Categories Data Structures and Algorithms

Write code to remove duplicates from an unsorted linked list

September 12, 2021September 11, 2021 by Admin

QUESTION: Remove Dups: Write code … Read More

Categories Data Structures and Algorithms

Assume you have a method that is a Substring that checks if one word is a substring of another

September 11, 2021 by Admin

QUESTION: String Rotation: Assume you … Read More

Categories Data Structures and Algorithms

Write an algorithm such that if an element in an MxN matrix is 0, its entire row and column is set to 0

September 10, 2021 by Admin

QUESTION: Zero Matrix: Write an … Read More

Categories Data Structures and Algorithms
Older posts
Page1 Page2 Next →

Recent Posts

  • Sap ABAP 7.4 Question and Answers
  • Write a program to randomly generate a list with 5 numbers, which are divisible by 5 and 7, between 1 and 1000 inclusive
  • Write a program to randomly generate a list with 5 even numbers between 100 and 200 inclusive
  • Write a program to generate a list with 5 random numbers between 100 and 200 inclusive
  • Write a program to output a random number, which is divisible by 5 and 7, between 0 and 10 inclusive using the random module and list comprehension
  • March 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021

Pages

  • About Us
  • Contact Us
  • Privacy Policy
© 2023 Program Solve