Ph0en1x Notebook

A step forward every day


  • Home

  • Tags

  • Categories

  • Archives

  • Search

LeetCode 25 Reverse Nodes in k-Group

Posted on 2018-01-25 | In ACM
Given a linked list, reverse the nodes of a linked list k at a time and return its modified list. k is a positive integer and is less than or equal t ...
Read more »

LeetCode 29 Divide Two Integers

Posted on 2018-01-25 | In ACM
Divide two integers without using multiplication, division and mod operator. If it is overflow, return MAX_INT. overflow特殊情况:-2147483648 / (-1) = ...
Read more »

Linux下配置Git免密码

Posted on 2018-01-24 | In 环境搭建

本篇文章将会介绍如何在Linux下配置使Git在push/pull时免密码

Read more »

LeetCode 23 Merge k Sorted Lists

Posted on 2018-01-24 | In ACM

Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexity.

Read more »

Linux提升物理内存的使用率

Posted on 2018-01-24 | In 环境搭建

介绍如何在Linux下调整交换分区swap的使用条件

Read more »

LeetCode 10 Regular Expression Matching

Posted on 2018-01-23 | In ACM

动态规划

Read more »

LeetCode 15 3Sum

Posted on 2018-01-20 | In ACM

T Sum问题的O(n)解决方法;

N Sum类的问题的一般解决方法;

Read more »

LeetCode 24 Swap Nodes in Pairs

Posted on 2018-01-20 | In ACM
Given a linked list, swap every two adjacent nodes and return its head. For example,Given 1->2->3->4, you should return the list as 2->1- ...
Read more »

Tensorflow 共享变量理解

Posted on 2018-01-19 | In tensorflow

本文主要通过一些例子介绍tensorflow中两种变量的声明方式和两种scope

Read more »

HDU 5754 Life Winner Bo

Posted on 2018-01-14 | In ACM
Problem Description Bo is a “Life Winner”.He likes playing chessboard games with his girlfriend G.The size of the chessboard is N×M.The top left corn ...
Read more »
1…121314
Ph0en1x

Ph0en1x

134 posts
13 categories
69 tags
RSS
© 2018 — 2020 Ph0en1x
UV PV