Gyanthakur / GFG_POTD

Add GfG potd fcfs
26 stars 52 forks source link

Create GFG_POTD_31_OCT_2024.cpp #233

Closed RK-41 closed 3 weeks ago

RK-41 commented 3 weeks ago

Description

Problem Statement Given a sorted doubly linked list and an element x, you need to insert the element x into the correct position in the sorted Doubly linked list(DLL).

Note: The DLL is sorted in ascending order

Link to the problem: https://www.geeksforgeeks.org/problems/insert-in-sorted-way-in-a-sorted-dll/1

Type of Change

Checklist

Additional Notes

Please add any other information that is relevant to this pull request, including potential risks, alternative solutions considered, or future improvements.