Skip to content

kdpujie/algo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

基础知识

1.algorithm 数据结构之排序算法
2.design pattern 设计模式
3.data structure 常用数据结构
4.problems 题目练习

algorithm

1.选择排序
2.插入排序
3.冒泡排序
4.快速排序
5.堆排序

design pattern

1.单例模式

data structure

1. 链表

problems

1. 数组类
    1) 二维数组,指定数字查找
2. 字符串类
    1) 字符串替换
    2) 回文串判断
    3) 字符串反转

https://github.com/wangzheng0822/algo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages