Code World

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

GFG - (Page 1/1)

Move to Front

Move to Front

Oct 16, 2022   ·   1 min read

You are given the head of a Linked List. You have to move the last element to the front of the Linked List and return the list.

POTD GFG
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
Max Min

Max Min

Oct 13, 2022   ·   1 min read

Given an array A of size N of integers. Your task is to find the sum of minimum and maximum element in the array.

GFG POTD
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