https://github.com/iamursky/problems
Programming problems
https://github.com/iamursky/problems
hackerrank leetcode
Last synced: about 1 month ago
JSON representation
Programming problems
- Host: GitHub
- URL: https://github.com/iamursky/problems
- Owner: iamursky
- Created: 2025-03-17T23:16:00.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-20T22:37:49.000Z (about 1 month ago)
- Last Synced: 2025-03-20T23:28:46.880Z (about 1 month ago)
- Topics: hackerrank, leetcode
- Language: TypeScript
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Programming Problems
## Running Tests
1. Install dependencies:
```bash
yarn install
```2. Run tests:
```bash
yarn test
```## References
- [LeetCode Problems](https://leetcode.com/problemset/)
- [Codewars Problems](https://www.codewars.com/kata/latest)
- [Geeks for Geeks Problems](https://www.geeksforgeeks.org/explore)
- [HackerRank Algorithm Problems](https://www.hackerrank.com/domains/algorithms)
- [HackerRank Data Structure Problems](https://www.hackerrank.com/domains/data-structures)