Algo_ds_101: Remove kth Node From End of Linked List

Created on 10 Oct 2020  路  17Comments  路  Source: ahampriyanshu/algo_ds_101

Submission Title
Remove kth Node From End of Linked List

Submission Type
Data Structure

Submission Description
Given a linked list, remove the Kth node from the end of singly linked list and return its head. A fundamental Linked List problem that helps understand traversal and delete operation on Linked List Nodes. Asked by Amazon, HCL.

Submission Directory
Data_Structures => Linked_List => Singly_Linked_List => Delete_Kth_Node_From_End => Delete_Kth_Node_From_End.ext

Contributors

  • [ ] C++ -
  • [ ] C -
  • [x] Python -
  • [ ] Java -
  • [ ] JavaScript -
  • [ ] TypeScript -
  • [ ] Golang -
  • [ ] Ruby -
  • [ ] php -
  • [ ] Swift -
  • [ ] C# -
C# C++ Hacktoberfest New Submssion TypeScript first timer good first issue java javascript php ruby scala swift

All 17 comments

^ please assign me this in Python, @ahampriyanshu

Nice problem. I honestly can't wrap my head around this problem in Python. Make sure you comment the code well for precedent purposes

I'd be glad to contribute for Java

assign it to me for c++

@ahampriyanshu

can i work on it in c or c++!

I want to contribute to this in C or C++.
:)

@ahampriyanshu Please assign this to me in ruby

assign it to me for c

Hey, Can you assign me with java?

Hey can you assign it to me with C?

Hey, Can you assign it to me with c++?

Hey, Can I work on this in Java?

Hey , can I contribute on this in Ruby ?

PRs would be merged on "First Come, First Serve" basis.
:v:

@ahampriyanshu I have resolved the issue #1260 in C
The code is in the simplest way possible
thanks

thanks everyone :v:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ahampriyanshu picture ahampriyanshu  路  5Comments

YashJain2 picture YashJain2  路  4Comments

ahampriyanshu picture ahampriyanshu  路  5Comments

Nirali0029 picture Nirali0029  路  4Comments

subhayuroy picture subhayuroy  路  5Comments