• Stars
    star
    2
  • Language
    Swift
  • Created about 7 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

LeetCode in Swift

More Repositories

1

Robotic-Navigation

This repo implemented the core technology of the self-driving car, including the basic concepts such as path tracking, path planning, SLAM, etc., and deep learning techniques such as computer vision and reinforcement learning. Finally, we practiced with NVIDIA JetBot in both the simulator and the real world.
Jupyter Notebook
27
star
2

Flutterpedia

Flutterpedia aims to collect, record, implement and instruct all sorts of Flutter implementation techniques. It includes animations, utilities, design patterns, etc. Please use it as a toolbox to facilitate your Flutter development.
Dart
25
star
3

Design-Pattern

It is a note of "design pattern " written in Dart that can also be compiled into a Flutter app. We have some principles such as SOLID, DRY before the design pattern. Then, we have 23 patterns divided into 3 categories: Creational, Structural, and Behavioral design patterns.
Dart
12
star
4

Joint-Semantic-Phonetic-Embedding

We use phonetics as a feature to create a joint semantic-phonetic embedding and improve the neural machine translation between Chinese and Japanese. πŸ₯³
Jupyter Notebook
11
star
5

youtube-search-clone

A youtube search clone built with TypeScript, TailwindCSS, React-Router-Dom, React-Infinite-Scroller
TypeScript
2
star
6

windsuzu.github.io

Personal website built with Docusaurus.
JavaScript
2
star
7

PythonUniverse

The goal of PythonUniverse is to collect and organize Python skills in one place. We've collected some Python techniques, Python modules, and some libraries for data science. Each Topic includes code snippet and further explanation.
Jupyter Notebook
2
star
8

AICUP-Deidentification-of-Medical-Data

Chinese NER problem that needs to capture 18 types of entities in medical conversation text. The process is divided into 4 parts that are encapsulated in high-level abstract classes. We control the workflow in a single Jupyter notebook.
Python
2
star
9

Flutter_Challenge

This project is a practice for flutter widgets
Dart
2
star
10

airbnb-clone

This is an Airbnb clone project written in TypeScript, NextJS, TailwindCSS.
TypeScript
1
star
11

Essay-Writing

Techniques in English Academic Writing.
1
star
12

Leetcode-Python

This repo attempts to solve Leetcode problem using Python 3. You can follow the list to solve the core problems on LeetCode and refer to my solving techniques and source code.
Python
1
star
13

web-testing-beginner

This is a collection of web testing skills tutorials focusing on jest, react-testing-library and end-to-end cypress.
JavaScript
1
star
14

Academic

My gitbook repo.
1
star
15

Tensorflow2-Beginner

Notes from deeplearning.ai's Tensorflow 2 course. It includes the basic implementation of Tensorflow 2, implementing CNN, RNN, and some techniques in Deep Learning with Tensorflow 2.
Jupyter Notebook
1
star
16

ts-react-component-library

Using rollup.js and verdaccio to build and publish a react component library based on create-react-app, TypeScript, SASS, and TailwindCSS.
TypeScript
1
star
17

react-router-demo

A comprehensive demo showing the use of react-router-dom v6.
JavaScript
1
star