Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gengjiawen/leetcode
leetcode in multi language
https://github.com/gengjiawen/leetcode
Last synced: about 2 months ago
JSON representation
leetcode in multi language
- Host: GitHub
- URL: https://github.com/gengjiawen/leetcode
- Owner: gengjiawen
- Created: 2014-12-23T09:13:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T01:56:41.000Z (6 months ago)
- Last Synced: 2024-06-18T03:55:58.468Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 5.06 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Roadmap: roadmap/leetcode_heap_stack_queue.svg
Awesome Lists containing this project
README
# leetcode
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/gengjiawen/leetcode)
[![CircleCI](https://circleci.com/gh/gengjiawen/leetcode.svg?style=svg)](https://circleci.com/gh/gengjiawen/leetcode)
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)[LeetCode Online Judge](https://leetcode.com/) is a website containing many **algorithm questions**. Most of them are
real interview questions of **Google, Facebook, LinkedIn, Apple**, etc. This is my leetcode solutions, written in many
language.![Leetcode](./leetcode.png?style=centerme)
Just showoff I am a polyglot engineer.
Also really try hard to mark TDD for every language :)