Coder Social home page Coder Social logo

joe-2002 / sweettalk-data-structure Goto Github PK

View Code? Open in Web Editor NEW
13.0 13.0 7.0 13.83 MB

《sweettalk-datastructure》这本书,以一个计算机教师教学为场景,讲解数据结构和相关算法的知识。通篇以一种趣味方式来叙述,大量引用了各种各样的生活知识来类比,并充分运用图形语言来体现抽象内容,对数据结构所涉及到的一些经典算法做到逐行分析、多算法比较。与市场上的同类数据结构图书相比,本书内容趣味易读,算法讲解细致深刻,是一本非常适合自学的读物。

Home Page: https://joe-2002.github.io/sweettalk-data-structure/

License: MIT License

sweettalk-data-structure's Introduction

Typing SVG

💫 About Me:

🔭 I’m currently passionate about ethical hacking and cybersecurity, while also exploring various technologies to enhance my skills.

👯 I’m looking to collaborate with like-minded individuals or organizations on projects related to cybersecurity, penetration testing, and vulnerability assessments. Additionally, I enjoy working with a range of technologies, including JavaScript, jQuery, Python, Laravel, CSS, Tailwind, Bootstrap, Assembly, Java, PHP, and MySQL.

🤝 I’m always seeking to expand my knowledge and expertise in advanced penetration testing techniques to ensure secure and robust applications and systems.

🌱 I’m continuously learning and experimenting with cutting-edge technologies, staying up-to-date with the latest trends in web development, software security, and network infrastructure.

💬 Ask me about ethical hacking methodologies, web development best practices, or how to leverage various technologies to build secure and performant applications.

⚡ Fun fact: When I'm not diving into the depths of cybersecurity and tech, I love to unwind by playing capture-the-flag hacking challenges and contributing to open-source projects related to cybersecurity.


🌐 Socials:

Gmail Discord Instagram LinkedIn Medium Quora Stack Overflow Twitter YouTube Codepen Portfolio


💻 Tech Stack:

C C++ CSS3 Java HTML5 JavaScript PHP Python Netlify Bootstrap Django Laravel TailwindCSS Apache MySQL SQLite Figma Canva Adobe Photoshop Trello Notion LINUX Arduino


📊 GitHub Stats:

stats graph languages graph languages graph

✍️ Random Dev Quote


😂 Random Dev Meme


💰 You can help me by Donating

sweettalk-data-structure's People

Contributors

2951121599 avatar breakwa avatar jacklovecherry avatar joe-2002 avatar lsgomyp avatar relph1119 avatar shishenshashen avatar wangxin52791 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

sweettalk-data-structure's Issues

Readme文档中语意问题

  • “原书采用是C90语言编写”:语句不通,建议修改为“原书采用C90语言编写”
  • “通篇一种趣味方式来叙述”:语句不通,建议修改为“通篇以一种趣味方式来叙述”

【分享案例】学生管理系统

【分享案例】

基于C语言完成的学生管理系统,共包含以下8个功能:

  • 建立学生信息(建立单向链表)
  • 按照建立顺序输出学生信息(单向链表遍历)
  • 逆序输出学生信息(提供三种方法:递归、栈、修改指针指向)
  • 删除学生信息(所删除的学生节点为头节点、尾节点或任意节点)
  • 插入学生信息(插入的学生节点为头节点、尾节点或任意节点)
  • 查找学生信息
  • 修改学生信息(基于查找完成的操作)
  • 清空学生信息

代码地址:https://github.com/hahaDong/LearnC/blob/gh-pages/docs/posts/courses/demo.md
视频演示地址:https://hahadong.github.io/LearnC/posts/courses/demo.html#%E6%BA%90%E4%BB%A3%E7%A0%81

一些语意问题

  1. 《2.5算法效率度量的方法》
  • ”和编程语言有关,越高级的语言执行效率月底“:错别字,建议修改为”...执行效率越低“
  • “有些算法时不能事后再统计的,如:导弹控制算法”:错别字,建议修改为“有些算法是...”
  • 图名为「不同算法的操作数量对比」上方 “最重要的是把程序看成时...”:错别字,建议修改为“...把程序看成是”
  1. 《2.7 算法空间复杂度》
  • “算法所需存储空间的多少也是衡量其新跟那个的一个重要方面”:错别字,建议修改为“...也是衡量其新性能一个重要方面”
  • “空间换时间算法”思路:“index 的下标对应无序数组中的数字,对应下标存储的数,对应下标出现的次数,”不明晰

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.