An open API service indexing awesome lists of open source software.

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...

Awesome Lists containing this project

README

          

# Algorithm´s Coding Challenges 👩🏽‍💻

![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)

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)