Skip to content
View Xiayzn's full-sized avatar

Block or report Xiayzn

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 Loading

  1. Queue- Queue- Public

    队列的初始化、 入队列、 出队列、 取队头元素、 取队尾元素、 获取队列中元素的个数 、检测队列是否为空

    C 2 1

  2. Python Python Public

    使用python爬取西安工业大学就业信息网站上的招聘信息

    Python 2

  3. Heap- Heap- Public

    关于堆的相关操作,堆的初始化、对堆进行判空、堆的创建、堆的调整、堆的插入、堆的删除、堆的元素个数、取堆顶元素

    C 1 1

  4. BSTree- BSTree- Public

    二叉搜索树用到了栈 ,实现函数如下: 初始化二叉搜索树 、插入二叉搜索树 、删除值为data的结点 、在二叉搜索树种查找值为data的结点 、中序遍历二叉搜索树 、销毁二叉搜索树

    C 1 2

  5. mine-clearance- mine-clearance- Public

    扫雷游戏

    C

  6. Stack- Stack- Public

    初始化 、 检测栈是否为空 、入栈 、出栈 、获取栈顶元素 、有效元素的个数 、打印栈 、增容 、括号匹配问题 、后缀表达式求值

    C