Sites like

zhenyu0519.github.io
Alternatives

  zhenyu0519.github.io

杰弗里 · 时光博客(Jeffrey's Blog)

Personal Blog

zhenyu0519.github.io.png

Stats

  Alexa Rank: 


  Popular in Country: 


  Country Alexa Rank:  


 language:  zh-cmn-Hans


  Response Time:  0.032507


  SSL:  Enable


  Status:  up


Code To Txt Ratio

 Word Count  135


 Links  


  ratio  38.343228724908


SSL Details

SSL Issuer:

Issuer:  DigiCert TLS RSA SHA256 2020 CA1


Valid From:  2022-04-07 00:00:00


Expiration Date:   2023-04-07 23:59:59


SSL Organization:

Signature 2cf5e8cf15dcbe59c9ab54a1b970355f1b1ed1d2


Algorithm: RSA-SHA256


Found 72 Top Alternative to Zhenyu0519.github.io

2
goodtecher.com.png

Goodtecher.com

GoodTecher

Be a Good Techer and Tech for Good. www.goodtecher.com

3
noimage.png

Zhuhan0.blogspot.com

Han Zhu's Study Notes

Han Zhu's Study Notes. Mind nodes, path-finding algorithms, and random garbage collections of a computer science student.

4
happycoding2010.blogspot.com.png

Happycoding2010.blogspot.com

The way to Algorithm

2016年3月15日星期二 Basic LinkedList/ Array/ String (1) Sort List (leetcode 148) (2) Reverse List in K group (leetcode 25) try both recursive and iterative (3) Merge K sorted List (leetcode 23) (4) Insertion Sort List (leetcode 147) also try merge sort, quick sort (5) Summary Ranges (leetcode 228) (6) Merge Intervals...

6
rainykat.blogspot.com.png

Rainykat.blogspot.com

解开的都是套路

Thursday, December 21, 2017 Facebook脸家 - Lexicographical path Lexicographical path 5 / \ 3 2 / \ \ 2 4 4 \ 1 FB 面经,自底向上的 path 有【1,4,2,5】,【4,3,5】,【2,3,5】,要求按自底向上的 lexicographical order 返回排序的 path,比如在这里是 【1,4,2,5】, 【2,3,5】,【4,3,5】 Analysis: Post order, for each node keep left & right paths, merge 2 into one single path....

7
yucoding.blogspot.com.png

Yucoding.blogspot.com

Yu's Coding Garden

Internship Recruiting I currently have several intern openings for deep learning and computer vision.  This is an internship for both research and development.  You will have opportunities to publish high level papers in computer vision and deep learning, or develop cool real world AI application if you prefer more for...

9
mytechroad.com.png

Mytechroad.com

Lisa Tech Blog | My security road

Post navigation ← Older posts [Leetcode C++] Roman to Integer Posted on June 25, 2017 by admin Reply Problem Given a roman numeral, convert it to an integer. Input is guaranteed to be within the range from 1 to 3999. Analysis We traverse the string and add up each char...

10
noimage.png

Leetcode.jp

関小君刷题记 - LEETCODE从零刷,白话讲算法。関小君刷题记 | LEETCODE从零刷,白话讲算法。

LEETCODE从零刷,白话讲算法。

11
noimage.png

Lintcode.com

LintCode 炼码

Powerful coding training system. LintCode has the most interview problems covering Google, Facebook, Linkedin, Amazon, Microsoft and so on. We provide Chinese and English versions for coders around the world.

12
wordpress.com.png

Wordpress.com

WordPress.com: Fast, Secure Managed WordPress Hosting

Create a free website or build a blog with ease on WordPress.com. Dozens of free, customizable, mobile-ready designs and themes. Free hosting and support.

18
shibaili.blogspot.com.png

Shibaili.blogspot.com

Leetcode

Uber 面经 https://www.1point3acres.com/bbs/thread-490045-1-1.html 第一轮: 面经题, 给起始和终点时间,按月输出中间的时间段,比如给定范围 [2019-01-10, 2019-03-15], 输出 -> [2019-01-10, 2019-01-31], [2019-02-01, 2019-02-28], [2019-03-01, 2019-03-15] 要考虑不同年月份的,个人觉得有时间还是提前写写吧,各种cases挺多的 先算出头跟尾,中间的就好解决了 第二轮: 韩国大叔,给一个un sorted array,里面数unique,找出所有两两和相等的pairs, 比如[9, 4, 3, 1, 7, 12] 返回:[1, 12] & [4, 9], [3, 7]. & [1, 9], [4, 12] & [7, 9] 卡住了,最后只好暴力解,卒 暴力找出n^2, 然后map存 sum -> pairs 第三轮:...

20
noimage.png

Acwing.com

AcWing

一个专属于程序员的平台,为大家在漫漫的刷题之旅中,提供最优质的解答

21
buttercola.blogspot.com.png

Buttercola.blogspot.com

Buttercola

Sunday, February 21, 2021 Lintcode 676. Decode Ways II A message containing letters from A-Z is being encoded to numbers using the following mapping way: 'A' -> 1 'B' -> 2 ... 'Z' -> 26 Beyond that, now the encoded string can also contain the character *, which can be treated...

23
icqgeeks.com.png

Icqgeeks.com

Tech Interview

LeetCode 1 – Two Sum – Easy (5/20/2016) LeetCode 2 – Add Two Numbers – Medium (5/20/2016) LeetCode 3 – Longest Substring Without Repeating Characters – Medium (5/20/2016) LeetCode 4 – Median of Two Sorted Arrays – Hard (8/29/2017) LeetCode 5 – Longest Palindromic Substring – Medium (8/29/2017) LeetCode 6...

27
noimage.png

Hrwhisper.me

细语呢喃

一个分享机器学习、算法与数据结构,个人学习心得、读书笔记、生活的博客。

29
noimage.png

Pepcoding.com

Learn competitive programming from the best coding institute in Delhi | Pepcoding

Learn competitive programming and web development with offline and online coding courses from the best coding institute in Delhi with programming courses for ds and interview prepration. Crack the coding interview with Pepcoding.

31
massivealgorithms.blogspot.com.png

Massivealgorithms.blogspot.com

Massive Algorithms: Archives

Archives at 8:33 PM Email ThisBlogThis!Share to TwitterShare to FacebookShare to Pinterest Newer Post Older Post Slider(Newer 20)    Home (Archives)    Random Post    Slider(Random 20)    Slider(Older 20) Home Labels LeetCode (1433) GeeksforGeeks (1122) LeetCode - Review (1068) Review (883) Algorithm (668) to-do (609) Classic Algorithm (270) Google...

32
bookshadow.com.png

Bookshadow.com

书影博客 | 一个文艺程序员的技术博客

最新日志

33
leetcode-cn.com.png

Leetcode-cn.com

力扣(LeetCode)

亲爱的力扣用户 力扣 LeetCode 中国主域名由 leetcode-cn.com 全面升级为 leetcode.cn 欢迎使用新域名访问力扣 LeetCode 力扣 LeetCode 中国 主域名由 leetcode-cn.com 全面升级为 leetcode.cn 欢迎使用新域名访问力扣 LeetCode

35
noimage.png

Cluelesscode.com

夜夜澡人摸人人添人人看,精品人妻少妇一区二区三区,免费无遮挡无码视频在线观看,日本少妇高潮正在线播放

婷婷网亚洲色偷偷男人的天堂,精品人妻少妇一区二区三区,免费无遮挡无码视频在线观看,日本少妇高潮正在线播放,欧美日韩一区精品视频一区二区,午夜福礼卡一卡二卡三卡,暖暖日本免费完整版在线观看

Technologies Used by zhenyu0519.github.io

  • Jekyll
  • Varnish
  • GitHub Pages
  • jQuery UI
  • jQuery
  • Google Analytics
  • Fastly
  • DigiCert
  • Prism
  • Dns Records of zhenyu0519.github.io

    A Record: 185.199.110.153 185.199.108.153 185.199.111.153 185.199.109.153
    AAAA Record: 2606:50c0:8002::153 2606:50c0:8003::153 2606:50c0:8000::153 2606:50c0:8001::153
    CNAME Record:
    NS Record:
    SOA Record:
    MX Record:
    SRV Record:
    TXT Record:
    DNSKEY Record:
    CAA Record: digicert.com letsencrypt.org digicert.com

    Whois Detail of zhenyu0519.github.io