Coder Social home page Coder Social logo

johnnygo-chn / johnnygo-chn.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kitian616/jekyll-text-theme

0.0 0.0 0.0 109.77 MB

💎 🐳 A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.

Home Page: https://tianqi.name/jekyll-TeXt-theme/

License: MIT License

Ruby 0.55% HTML 36.80% CSS 40.22% JavaScript 22.35% Shell 0.09%

johnnygo-chn.github.io's People

Contributors

bakumon avatar ctrl-q avatar henryqw avatar huxpro avatar jamiebyunsage avatar jelizaga3-gatech avatar kitian616 avatar krinkle avatar liao961120 avatar llovvoll avatar lloyar avatar maddovr avatar ojw28 avatar ssosso avatar thianda91 avatar zerone01y avatar ziofil avatar

johnnygo-chn.github.io's Issues

C++ 右值引用 - DengYuting's blog

https://acall-deng.github.io/c++/2019/11/15/cpp-rvalue.html

前言 右值的作用 右值所有权的转移(std::move) 使用const的情况下,即可以接收左值也可以接收右值。这是一个万金油的类型 最后,一段程序简要看看右值引用与左值引用 参考前言在C语言中,左值是在表达式左边的值,右值是在表达式右边的值。在C++中,左值代表使用的是这个变量,而右值代表的是使用它的...

[Leetcode]P0002-两数相加 - DengYuting's blog

https://acall-deng.github.io/algorithm/2020/01/04/P0002-%E4%B8%A4%E6%95%B0%E7%9B%B8%E5%8A%A0.html

题目给出两个 非空 的链表用来表示两个非负的整数。其中,它们各自的位数是按照 逆序 的方式存储的,并且它们的每个节点只能存储 一位 数字。如果,我们将这两个数相加起来,则会返回一个新的链表来表示它们的和。您可以假设除了数字 0 之外,这两个数都不会以 0 开头。示例:输入:(2 -> 4 -> 3) ...

[Leetcode]P0001-两数之和 - DengYuting's blog

https://acall-deng.github.io/algorithm/2020/01/04/P0001-%E4%B8%A4%E6%95%B0%E4%B9%8B%E5%92%8C.html

概述本题本身难度不大,主要涉及到vector的基本使用,但也可以进行算法上的优化。大部分的暴搜遍历都是可以被优化的。题目给定一个整数数组 nums 和一个目标值 target,请你在该数组中找出和为目标值的那 两个 整数,并返回他们的数组下标。你可以假设每种输入只会对应一个答案。但是,你不能重复利用这个数组中同样...

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.