Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 852 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 852 Bytes

ms_interview_100

Build Status Coverage Status

This is the code implementation for some interview questions, including leetcode

To compile the target in the make file: make target_name, for example: make Select

leetcode solutions in leetcode folder are assigned a number according to the question number on leetcode website. Build leetcode solution by specifying its number: make 1, is the same as make TwoSum

In order to create configure script, use the command touch configure.ac and then use autoconf to generate an empty configure script file.