Code World

  • Home
  • Blog
    Posts Sections
    Tags
  • About Us
    About Privacy Policy DMCA Terms & Conditions
  • Contact

Practice Question - (Page 1/1)

Mark & Toys

Mark & Toys

Nov 7, 2022   ·   3 mins read

Given a list of toy prices and an amount to spend, determine the maximum number of gifts he can buy.

Hackerrank C++ Practice Question
Delete Without Head Pointer

Delete Without Head Pointer

Oct 13, 2022   ·   2 mins read

You are given a pointer/ reference to the node which is to be deleted from the linked list of N nodes. The task is to delete the node. Pointer/ reference to head node is not given.

Practice Question GFG SDE Sheet
Reverse Words in a Given String

Reverse Words in a Given String

Oct 12, 2022   ·   1 min read

Given a String S, reverse the string without reversing its individual words. Words are separated by dots.

Practice Question GFG SDE Sheet
Minimize the Difference

Minimize the Difference

Oct 12, 2022   ·   3 mins read

Minimize the difference between maximum and minimum elements of the array after performing the increment or decrement on every element of the array.

Practice Question Code Studio Love Babbar DSA Sheet

© Copyright 2022 CodeWorld