GithubHelp home page GithubHelp logo

jeremy-s-blog-comment's People

Watchers

 avatar

jeremy-s-blog-comment's Issues

Gittalk配置

https://xn--kwrz21h.top/post/Gittalk%E9%85%8D%E7%BD%AE
Gittalk配置前言auora主题支持Valine和Gittalk两套评论系统插件,为了能与Github账户绑定,而且Valine的评论系统的头像功能需要注册Gravatar来实现,所以选择使用Gittalk作为评论系统。 Requirement新建github仓库,在issu...

单调栈

https://xn--kwrz21h.top/post/%E5%8D%95%E8%B0%83%E6%A0%88
单调栈前言单调栈是一种特殊的栈,它可以在O(n)的时间复杂度内解决一些数组/序列相关的问题。单调栈主要应用于处理下一个更大元素/下一个更小元素的问题。 单调栈的特点栈内元素保持单调递增或单调递减。因此,在单调递增栈中,栈底到栈顶的元素单调递增,而在单调递减栈中...

位运算

https://xn--kwrz21h.top/post/%E4%BD%8D%E8%BF%90%E7%AE%97
位运算Introduction在计算机科学中,位运算是对二进制数进行操作的一种方式。位运算符包括按位与(&)、按位或(|)、按位异或(^)、按位取反(~)、左移(<<)和右移(>>)等。这些操作可用于对数字进行快速高效的操作。 符号 描述 运算规则...

BST和AVL树

https://xn--kwrz21h.top/post/BST%E5%92%8CAVL%E6%A0%91
BST和AVL树IntroductionBST树和AVL树都是二叉搜索树,是在计算机科学中广泛使用的数据结构。它们都有助于在树中快速查找和插入数据。虽然它们共享某些相似之处,但它们的不同之处使它们在特定情况下更适合不同的应用程序。在本文中,我们将讨论BST树和AVL树的区别以及它...

寻找两个有序数组的中位数

https://xn--kwrz21h.top/post/%E5%AF%BB%E6%89%BE%E4%B8%A4%E4%B8%AA%E6%9C%89%E5%BA%8F%E6%95%B0%E7%BB%84%E7%9A%84%E4%B8%AD%E4%BD%8D%E6%95%B0
寻找两个有序数组的中位数Introduction在计算机科学中,寻找两个有序数组的中位数是一个常见的问题。该问题的解法可以帮助我们深入了解算法和数据结构。在本文中,我们将探讨如何解决这个问题。 二分查找为了寻找两个有序数组的中位数,我们可以使用二分查找算法。在计算机科学中,二分查...

滑动窗口

https://xn--kwrz21h.top/post/%E6%BB%91%E5%8A%A8%E7%AA%97%E5%8F%A3
滑动窗口前言滑动窗口(Sliding Window)是一种常用的算法**,可以用来解决一些数组或字符串相关的问题。 基本**滑动窗口的基本**是维护一个窗口,该窗口通常是一个连续的子数组或子字符串,该窗口从数组或字符串的左端点开始滑动,右端点不断向右移动,直到覆盖了整个数组或字符...

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.