Sites like

leetfree.com
Alternatives

  leetfree.com

leetfree.com.png

Stats

  Alexa Rank: 


  Popular in Country: 


  Country Alexa Rank:  


 language:  


  Response Time:  1.405717


  SSL:  Disable


  Status:  up


Code To Txt Ratio

 Word Count  


 Links  0


  ratio  0.20855057351408


Found 71 Top Alternative to Leetfree.com

2
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.

3
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 第三轮:...

4
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...

5
bookshadow.com.png

Bookshadow.com

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

最新日志

7
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.

8
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...

9
eugenejw.github.io.png

Eugenejw.github.io

Weihan's Coding Blog

Climbing Stairs 21 Aug 2017 Algorithm DP Leetcode Easy Java Python Paint Fence 21 Aug 2017 Algorithm DP Leetcode Easy Java Sentence Screen Fitting 19 Aug 2017 Algorithm DP Leetcode Medium Java Encode and Decode Strings 18 Aug 2017 Algorithm String Leetcode Medium Java Missing Ranges 17 Aug 2017 Algorithm...

10
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.

11
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....

12
noimage.png

Acwing.com

AcWing

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

13
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...

15
noimage.png

Fangde2.blogspot.com

成吉思(刷)

Monday, May 16, 2016 LeetCode Q335: Self Crossing (hard) You are given an array x of n positive numbers. You start at point (0,0) and moves x[0] metres to the north, then x[1] metres to the west, x[2] metres to the south,x[3] metres to the east and so on. In other words, after each move your direction changes counter-clockwise. Write a one-pass algorithm...

18
leetcode0.blogspot.com.png

Leetcode0.blogspot.com

Tiger's leetcode solution

Tuesday, November 3, 2020 1492. The kth Factor of n -------M Given two positive integers n and k. A factor of an integer n is defined as an integer i where n % i == 0. Consider a list of all factors of n sorted in ascending order, return the kth factor in this list or return -1 if n has less than k factors.   Example 1: Input: n =...

19
hehejun.blogspot.com.png

Hehejun.blogspot.com

今際の国の呵呵君

Monday, January 21, 2019 [LeetCode]Subsets II Read more » Posted by 今際の国の呵呵君 at 8:57 PM No comments: Email ThisBlogThis!Share to TwitterShare to FacebookShare to Pinterest Labels: dfs, leetcode Location: Newark, CA 94560, USA [LeetCode]Subsets Read more » Posted by 今際の国の呵呵君 at 8:54 PM No comments: Email ThisBlogThis!Share to TwitterShare to...

22
aonecode.com.png

Aonecode.com

AOneCode Coding Bootcamp | Programming Interview Questions + The Best Technical Interview Prep Courses

Technical interview preparation Bootcamp. Get trained by industry experts to land your next dream jobs.

25
goodtecher.com.png

Goodtecher.com

GoodTecher

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

27
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...

31
juliachencoding.blogspot.com.png

Juliachencoding.blogspot.com

Julia's coding blog - Practice makes perfect

.NET distributed system architecture (1) .NET framework (1) #401K (1) #codeKarle (1) #CodingInterviewWeekly series (1) #finance (1) #investment (1) #IRA (1) #paralysis bias (1) #recency bias (1) $10000 dollar bank letter in 2009 (1) $10000 fund (1) $10000 to $60000 in 10 years (1) $10000 wasted net income (1) $200...

33
zhengziying.com.png

Zhengziying.com

zhengziying.com

我在交大BBS删帖的日子 最近很多帖子被删,又让我想起了我在交大BBS删帖的日子。 我本科和硕士都是在上海交通大学念的。我曾经是我们学校 BBS 的站长。现在如果在谷歌上搜“饮水思源 站长 名单”(我们学校 BBS的名字叫“饮水思源BBS”,因为“饮水思源,爱国荣校”是我们的校训),第一条结果就是历任站长的名单。 名单上那个叫“mvm”、从 2001.06 到 2002.03 担任“讨论区总管”的就是我: 对的,同一时间会有多个站长的。我们是可以像中国足协那样,搞一个足协主席,然后搞好多个副主席。我们可以管“站务总管”叫“站长”,管负责其他职责的站长叫“副站长”。我猜当时我们没有区分“站长”和“副站长”,一个主要的原因可能是大家有一种平等意识在作祟。 从上面这个名单里可以看到,多个站长是有分工的: “站务总管”就是站长的头,平时和学校方面对接的比较多。 “纪律主管”负责管投诉。三天两头有人投诉,有投诉板主的,也有投诉站长的。那时候大家呛站长常用的话就是“你们又当裁判又当球员”。 “程序维护”、“系统维护”就是 IT部门,哈哈。我们的BBS用的系统叫 Firebird,代码现在在GitHub上还能找到(github.com/fbbs/fbbs)。平时代码要打补丁、机器要升级扩容啥,以及网络、IP地址、域名、公网和教育网的访问等,这些事情就都是负责“程序维护”、“系统维护”的站长来负责,有时候有其他同学帮忙,有时候要自己干。 “板主管理”、“板面设置”这些负责的内容,就是字面的意思。BBS是按照板来分的,先是分成若干个讨论区(例如,各院系的板是一个区,各体育主题的板是一个区),每个讨论去下面有若干个板。开新板、关没人去的旧板、修改板主,这些都属于需要管理员权限的操作,都是由负责板面和板主的站长来操作。负责板面的站长有时候还要处理一些争议:某个老板到底应不应该关,某个新板到底应不应该开。 站长人数最多的就是“讨论区总管”,负责的内容就是大家发的帖子。 我干的就是“讨论区总管”。日常工作之一就是删帖。删帖子平时都是每个板的板主负责的。但有时候如果板主不在,或者板主不管,或者事情比较紧急,或者大家吵的比较厉害了、板主搞不定了,我就去管了。 说是删帖,其实很少真的删。爆粗口骂人的、违法反动言论的,就直接删了。其他大部分都是大家打打口水仗。这种就做个合集然后再删。有时候遇到吵的太穷的,我还会封人,就是禁言,不让那个人发帖子。 因为删帖和封人的事情,站长们常常被骂。那时候大家很流行说“我不同意你的观点,但是我誓死捍卫你说话的权利”。有时候我不想被人喷“站长压制言论自由”,我就不删帖,而是去回帖和人对喷。我打字快,高中里参加过辩论比赛,书看的又多,我和人对喷一般不落下风。那个愣头青的岁月,还不太明白,其实几个人辩得面红耳赤的,可周围绝大多数的都完全不care你们在辩啥。 2002年3月我硕士毕业离开学校了,就不做站长了。混 SJTUBBS 的那几年真的是很有意思的几年。后来互联网从论坛到博客到微博再到微信,屡见不鲜的各种现象,从喷子到二极管到中文不及格的,从demagogue到冲塔、从删帖禁言到“又当球员又当裁判”再到“我不同意你的观点但是我誓死捍卫你说话的权利”,还有各种逻辑谬误(诉诸权威、诉诸民意、稻草人谬误、虚假两难、等等),在BBS上的那几年已经让我们尝过一遍味道了。 Email Twitter LinkedIn Published April 22, 2022 Author zhengziying Category Life Comments 2 Comments 美国不是一个法治国家 前两天在放学路上,我们家哥哥问我,你最喜欢的美国总统是谁。我说,是美国第一任总统 George Washington。因为他做完两届总统就卸任回家去了。当时很多呼声要他继续做下去,他拒绝了。直到今天,很多美国人都感激George Washington设定的这个先例,美国总统最多做两届。 然后我们家哥哥又问我:你觉得最差的美国总统是谁。我说是罗斯福(Franklin Roosevelt)。因为他做了4届总统。实事求是的讲,罗斯福并不是唯一的做完两届还想继续做的总统。在他之前,有几个总统也尝试过但都没成功。罗斯福吃相太难看,他打破了从华盛顿开始持续了一百多年的“美国总统最多做两届”的传统。很多美国人对此感到非常害怕,他们觉得罗斯福开的这个坏头会把美国带到 dictatorship 和 autocracy...

35
noimage.png

Andrew-algorithm.blogspot.com

Andrew's Algorithm Solutions

No posts. No posts. Home Subscribe to: Posts ( Atom ) My other blogs Andrew's App Andrew's Complexity Andrew's Euclid Solution Andrew's Exercise Solutions Andrew's Project Euler Solutions Andrew's Spanish Lessons Andrew's Technical Thoughts About Me Andrew Au View my complete profile

36
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...

37
xiaoyunyang.github.io.png

Xiaoyunyang.github.io

Xiaoyun Yang

Xiaoyun Yang - Software Engineer, Indie Hacker, Entrepreneur.

38
noimage.png

Leetcode.jp

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

LEETCODE从零刷,白话讲算法。

39
kagayablog.com.png

Kagayablog.com

kagayablog.com - This website is for sale! - kagayablog Resources and Information.

This website is for sale! kagayablog.com is your first and best source for all of the information you’re looking for. From general topics to more of what you would expect to find here, kagayablog.com has it all. We hope you find what you are searching for!

40
jacksonkr.com.png

Jacksonkr.com

jacksonkr.com – Technologist for dayyyss

leetcode.com – Next Closing Time I’ve been having problems with recursive problems lately so I’ve been studying them. I found a good one on leetcode.com(2) and I want to document it. Question: Given a time represented in the format “HH:MM”, form the next closest time by reusing the current digits....

41
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...

43
1337.me.png

1337.me

Pro Leetspeak Generator, Converter and Translator - 1337.me

This is the best 1337 Leetspeak text generator for all your roxxor inputs. 100% free and easy to use tool to impress teh noobs with cool messages lol.

45
noimage.png

Hrwhisper.me

细语呢喃

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

50
noimage.png

Cqbbshuashua.blogspot.com

刷题记录

382. Linked List Random Node 获取链接 Facebook Twitter Pinterest 电子邮件 其他应用 十月 02, 2018 Problem: Given a singly linked list, return a random node's value from the linked list. Each node must have the  same probability  of being chosen. Follow up: What if the linked list is extremely large and...

51
lvbby.com.png

Lvbby.com

性吧|春暖花开,性吧有你|Sex8|性吧最新地址

性吧/春暖花开,春暖花开性吧有你

52
codeanalysis111.blogspot.com.png

Codeanalysis111.blogspot.com

My notes on leetcode

Monday, June 3, 2019 Leetcode 752 Open the Lock 题目原文 You have a lock in front of you with 4 circular wheels. Each wheel has 10 slots: '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'. The wheels can rotate freely and wrap around: for example we can turn...

55
noimage.png

Codesniper.blogspot.com

The Code Sniper

A blog about coding practice. Solving problems of Leetcode. No more hiding! Algorithm. Data structure.

56
noimage.png

Cluelesscode.com

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

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

57
noimage.png

Leet.work

Leet.Work

初心不负 我是谁 我在哪 我存世界的意义是什么~

Technologies Used by leetfree.com

  • PHP
  • PHP
  • CentOS
  • CentOS
  • OpenSSL
  • OpenSSL
  • Apache
  • Apache
  • Dns Records of leetfree.com

    A Record: 69.16.230.42
    AAAA Record:
    CNAME Record:
    NS Record: ns1.parklogic.com ns2.parklogic.com
    SOA Record: hostmaster.leetfree.com
    MX Record: mx156.hostedmxserver.com
    SRV Record:
    TXT Record: v=spf1 -all
    DNSKEY Record:
    CAA Record:

    Whois Detail of leetfree.com

    Domain Name: LEETFREE.COM
    Registry Domain ID: 2677747870_DOMAIN_COM-VRSN
    Registrar WHOIS Server: whois.web.com
    Registrar URL: http://www.networksolutions.com
    Updated Date: 2022-03-04T11:04:35Z
    Creation Date: 2022-02-25T19:28:20Z
    Registry Expiry Date: 2023-02-25T19:28:20Z
    Registrar: Deep Water Domains LLC
    Registrar IANA ID: 2819
    Registrar Abuse Contact Email: [email protected]
    Registrar Abuse Contact Phone: +1.8003337680
    Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
    Name Server: NS1.PARKLOGIC.COM
    Name Server: NS2.PARKLOGIC.COM
    DNSSEC: unsigned
    URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
    >>> Last update of whois database: 2022-06-15T17:16:28Z <<<

    For more information on Whois status codes, please visit https://icann.org/epp

    NOTICE: The expiration date displayed in this record is the date the
    registrar's sponsorship of the domain name registration in the registry is
    currently set to expire. This date does not necessarily reflect the expiration
    date of the domain name registrant's agreement with the sponsoring
    registrar. Users may consult the sponsoring registrar's Whois database to
    view the registrar's reported date of expiration for this registration.

    TERMS OF USE: You are not authorized to access or query our Whois
    database through the use of electronic processes that are high-volume and
    automated except as reasonably necessary to register domain names or
    modify existing registrations; the Data in VeriSign Global Registry
    Services' ("VeriSign") Whois database is provided by VeriSign for
    information purposes only, and to assist persons in obtaining information
    about or related to a domain name registration record. VeriSign does not
    guarantee its accuracy. By submitting a Whois query, you agree to abide
    by the following terms of use: You agree that you may use this Data only
    for lawful purposes and that under no circumstances will you use this Data
    to: (1) allow, enable, or otherwise support the transmission of mass
    unsolicited, commercial advertising or solicitations via e-mail, telephone,
    or facsimile; or (2) enable high volume, automated, electronic processes
    that apply to VeriSign (or its computer systems). The compilation,
    repackaging, dissemination or other use of this Data is expressly
    prohibited without the prior written consent of VeriSign. You agree not to
    use electronic processes that are automated and high-volume to access or
    query the Whois database except as reasonably necessary to register
    domain names or modify existing registrations. VeriSign reserves the right
    to restrict your access to the Whois database in its sole discretion to ensure
    operational stability. VeriSign may restrict or terminate your access to the
    Whois database for failure to abide by these terms of use. VeriSign
    reserves the right to modify these terms at any time.

    The Registry database contains ONLY .COM, .NET, .EDU domains and
    Registrars.