Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuelribeiroo/hello-world-js
Javascript, Algorithms and Data Structures studies.
https://github.com/samuelribeiroo/hello-world-js
algorithms-and-data-structures dsa hackerrank-solutions leetcode problem-solving
Last synced: about 2 months ago
JSON representation
Javascript, Algorithms and Data Structures studies.
- Host: GitHub
- URL: https://github.com/samuelribeiroo/hello-world-js
- Owner: samuelribeiroo
- Created: 2024-04-11T02:17:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T01:22:06.000Z (2 months ago)
- Last Synced: 2024-11-13T02:24:10.097Z (2 months ago)
- Topics: algorithms-and-data-structures, dsa, hackerrank-solutions, leetcode, problem-solving
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Javascript and Data Structures studies
>
"Algorithmic logic is part of the beautiful pattern of nature and our real-life activities. There is immense satisfaction when we visualize our progress in understanding them." - Random Answer from a reddit post
>
🇧🇷 Repositório criado para armazenar os conteúdos que usei para estudar algoritmos, sintaxe do JavaScript e estrutura de dados.
>
🇺🇸 Repository created to store the contents that I used to study algorithms, syntax of JavaScript, Data Structure.
Resources
[70+ JavaScript Challenges: Data Structures & Algorithms](https://www.udemy.com/course/javascript-challenges/) - Course offered by Brad Traversy featuring more than 70 exercises and a basic introduction to data structures.[Hacker Rank](https://www.hackerrank.com/) - Online platform to practice algorithmic logic and data structure problems
[LeetCode](https://leetcode.com/) - LeetCode is a popular online platform primarily designed for practicing coding and preparing for technical interviews. It provides a wide range of programming challenges across various domains, including algorithms, data structures, system design, and databases.
[Eloquent JavaScript, 2rd Edition: A Modern Introduction to Programming](https://github.com/samuelribeiroo/eloquente-javascript) - A free book that offers a comprehensive introduction to JavaScript, covering the most important topics in computer science.
Tools