2. Add Two Numbers
Difficulty - Medium
Posted on November 1, 2016
2. Add Two Numbers
You are given two linked lists representing two non-negative numbers. the digits are stored in reverse order and each of their nodes contain a single digit, Add the two numbers and return it as a liked list.
[Read More]
Tags:
algorithm, medium
options for OpenChannelSSD and LightNVM on QEMU-NVMe
What options is in QEMU-NVMe for OpenChnnelSSD and LightNVM ?
Posted on October 27, 2016
the original qemu-nvme github & the qemu-nvme github for OpenchannelSSD
[Read More]
Tags:
lightnvm, qemu, nvme
OpenChannelSSD and LightNVM 2016
What is new in OpenChannelSSD and LightNVM 2016 ? and what is different from 2015 version ?
Posted on October 24, 2016
This article refers to OpenChannel SSDs : Linux Con Vault 2016
[Read More]
Tags:
lightnvm, nvme
344. Reverse String
Difficulty - Easy
Posted on October 24, 2016
Tags:
algorithm, easy
1. Two Sum
Difficulty - Easy
Posted on October 24, 2016
1. Two Sum
Given an array of integers, return indices of two numbers such that they add up to a specific target.
you may assume that each input would have exactly one solution
[Read More]
Tags:
algorithm, c function, easy