计算机常用基础算法

jopen 8年前

Algorithms playground for common questions solved in Java syntax.

This repository contains my solution for some common algorithms. I've created this repository to learn about algorithms and improve solving different common computer science problems. I'll try to add more solutions if I have time :)

Each solved problem has a program written in Java. Every solution is tested and some problems contains more than one solution with different implementations.

You can check the solution executing tests inside tests directory. Some of this problems have been resolved using TDD.

Problems

arrays

commons

graph

matrix

multithread

similarity

Sorting Algorithms

Chinese to Spelling

Stack

Strings

trees

Design Patterns

https://github.com/shijiebei2009