This repository contains solutions to a series of problems from the Codewars platform focused on working with linked lists in Python. The project is designed to help develop algorithmic thinking, work with dynamic data structures, and reinforce Git skills.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
1
commits
feat: implement algorithm to calculate linked list loop size
63f1d82View on GitHubfeat: implement alternating split for singly linked list
8a8fe2bView on GitHubfeat: implement duplicate removal from sorted linked list
ecac8e8View on GitHubfeat: implement sorted insertion for singly linked list
874dc94View on GitHubfeat: add get_nth function to retrieve linked list nodes
4ad6db8View on GitHubfeat: add Node class and linked list construction logic
6219f6cView on GitHubfeat: add Node class and linked_list_from_string function for parsing list from a string
c24d8ccView on GitHubfeat: add Node class and stringify function for node visualization
bc19079View on GitHub