https://github.com/fernanda-kipper/coding-challenges
This repository contains all my solutions for coding challenges on HackerRank, LeetCode...
https://github.com/fernanda-kipper/coding-challenges
Last synced: 5 months ago
JSON representation
This repository contains all my solutions for coding challenges on HackerRank, LeetCode...
- Host: GitHub
- URL: https://github.com/fernanda-kipper/coding-challenges
- Owner: Fernanda-Kipper
- Created: 2023-07-24T17:39:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T01:01:32.000Z (almost 2 years ago)
- Last Synced: 2025-04-30T17:55:15.994Z (5 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithm´s Coding Challenges 👩🏽💻

This repository contains my solutions to algorithm challenges from HackerRank, Leetcode, etc.
## Challenges list
### Hackerrank
- [Check Cycle Linked List](https://www.hackerrank.com/challenges/detect-whether-a-linked-list-contains-a-cycle/problem)
- [Delete node Linked List](https://www.hackerrank.com/challenges/delete-a-node-from-a-linked-list/problem)
- [Insert node at the head of Linked List](https://www.hackerrank.com/challenges/insert-a-node-at-the-head-of-a-linked-list/problem)
- [Print Linked List](https://www.hackerrank.com/challenges/print-the-elements-of-a-linked-list/problem)
- [Reverse Linked List](https://www.hackerrank.com/challenges/reverse-a-linked-list/problem)### Leetcode
- [Two Sum](https://leetcode.com/problems/two-sum/?envType=featured-list&envId=top-google-questions?envType=featured-list&envId=top-google-questions)
- [Find median two arrays](https://leetcode.com/problems/median-of-two-sorted-arrays/submissions/1081717801/?envType=featured-list&envId=top-google-questions?envType=featured-list&envId=top-google-questions)
- [Length longest substring](https://leetcode.com/problems/longest-substring-without-repeating-characters/description/?envType=featured-list&envId=top-google-questions?envType=featured-list&envId=top-google-questions)
- [Add two numbers represented by linked lists](https://leetcode.com/problems/add-two-numbers/description/?envType=featured-list&envId=top-google-questions?envType=featured-list&envId=top-google-questions)