Code World

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

SDE Sheet - (Page 1/1)

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

© Copyright 2022 CodeWorld