Skip to content
View ssjssh's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report ssjssh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. algorithm algorithm Public

    我用Python写的一些算法

    Python 251 144

  2. javaalgorithm javaalgorithm Public

    模仿Java标准库的一些API实现的算法库,包括了数据结构,字符串处理(StringBuilder),图(有向图)。原来是用Python实现的,但是Python实现的并没有经过完整的测试,不能够保证完全的正确性。 使用Java实现的集合库都经过完整的测试,实际上,我在实现的过程中基本上用的都是自己实现的数据结构。另外的一些算法和工具来自《程序员面试金典》和《剑指offer》中的习题。

    Java 48 19

  3. notes notes Public

    保存了我的所有的学习笔记

    22 14

  4. lokia lokia Public

    这是我原来为一个公司做的微信号,但是后来取消了。作为python微信的一个参考实现吧。

    Python 4 2

  5. android_back android_back Public

    豆瓣读书客户端的后台

    JavaScript 1

  6. redis redis Public

    Forked from redis/redis

    Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes

    C