All posts Catergories Cloud Tags Cloud List by Date

1. Two Sum

Difficulty - Easy

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

Ram Disk

What is the Ram Disk

RAM disk RAM Disk is a portion which is used like physical storage. any data stored on RAM disk is lost when system is shut down or powered off, So RAM disk is great place to put the temporary data. Generally, RAM based file system is two types. one is... [Read More]
Tags: linux, benchmark