Skip to primary content
Skip to secondary content

Knowledge Database

Knowledge Database

Main menu

  • Home
  • Coding Questions
    • Cracking the Coding Interview
    • CodeEval
    • LeetCode
    • UVa (ACM)
  • Online Courses
    • ALPHA Camp
      • 不只是刷題的 Leetcode 訓練營
    • Coursera
    • Udemy
      • Web Development
      • Programming Languages
    • Udacity
  • Project
    • Course Projects
    • Other Projects
  • About

Monthly Archives: February 2013

Tip Calculator for Android

Posted on February 28, 2013 by Carlos
Reply

This app supports geolocation to calculate your current tax automatically (California ONLY). It also can split your bill between any number of people.

 

 

 


Continue reading →

Posted in Android Development | Leave a reply

Dynamic Array Template

Posted on February 22, 2013 by Carlos
Reply

Reference: Data Structures and Algorithms with Object-Oriented Design Patterns in C++

 

#include <iostream>
#include <stdexcept> // std::out_of_range
using namespace std;

template <class T>

Continue reading →

Posted in C/C++ | Tagged dynamic array, template | Leave a reply

Recent Posts

  • Change the order of Prism’s supported languages
  • [Android Study Jam] Unit 2: Kotlin basics for Android (Notes)
  • 704. Binary Search
  • 167. Two Sum II – Input array is sorted
  • 66. Plus One

Recent Comments

  • cywang on CTCI: Ch. 1-4
  • cywang on CTCI: Ch. 1-4
  • cywang on CTCI: Ch. 1-4
  • cywang on CTCI: Ch. 1-1

Archives

  • May 2021
  • April 2021
  • May 2020
  • October 2018
  • June 2018
  • May 2018
  • April 2015
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • December 2012
  • September 2012
  • June 2012
  • May 2012
  • March 2011
  • December 2010
  • September 2010
  • May 2010
  • March 2010
  • June 2008
  • January 2008
  • April 2000

Categories

  • 8051
  • Android Development
  • Android Study Jam
  • C/C++
  • C#
  • Chapter 1. Arrays and Strings
  • Chapter 11. Sorting and Searching
  • Chapter 2. Linked Lists
  • Chapter 5. Bit Manipulation
  • Cracking the Coding Interview
  • Data Structures and Algorithms
  • iOS Development
  • Leetcode
  • Linux
  • Ojbective-C & Xcode
  • Programming
  • Projects
  • Raspberry Pi
  • Ruby on Rails
  • Smart Home
  • Uncategorized

Recent Comments

  • cywang on CTCI: Ch. 1-4
  • cywang on CTCI: Ch. 1-4
  • cywang on CTCI: Ch. 1-4
  • cywang on CTCI: Ch. 1-1

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

My Link

  • cywang's homepage
  • LinkedIn
Proudly powered by WordPress