码迷,mamicode.com
首页 >  
搜索关键字:isomorphic strings    ( 3304个结果
hust 1075 Every String Left Behind
题目描述Elenore has a list of strings that she wants to put in a file. She could just put them all into a file in order, but she wants to minimize the siz...
分类:其他好文   时间:2014-05-17 01:33:55    阅读次数:257
Android-第一天
1.google2.application->application framework->libraries(调用关系)3.strings.xml 是全局字符串的配置文件4.ADT(Android Development Tools):其中DDMS是测试插件5.Android DDMS 中的日志输...
分类:移动开发   时间:2014-05-16 23:16:17    阅读次数:311
leetcode第一刷_Multiply Strings
前面提到过很多次大整数的问题,这个是真正的大整数。 我用了一个很蠢得方法,先写一个大整数和一个个位数相乘的方法,返回的结果是一个string,然后写一个string相加的方法,每次循环,用其中一个数的每一位去乘另一个数,然后加到结果上。。 多么愚蠢的思路,居然还一遍过了。。一个更好的方法是先用两个int数组把两个string存一下,每位占数组中的一个数,然后再用一个int数组保存结果,每次也是...
分类:其他好文   时间:2014-05-15 14:55:51    阅读次数:322
Multiply Strings
Given two numbers represented as strings, return multiplication of the numbers as a string.Note: The numbers can be arbitrarily large and are non-nega...
分类:其他好文   时间:2014-05-14 23:11:14    阅读次数:398
Leetcode | Multiply Strings
Given two numbers represented as strings, return multiplication of the numbers as a string.Note: The numbers can be arbitrarily large and are non-nega...
分类:其他好文   时间:2014-05-11 14:35:13    阅读次数:270
31 属性
android:id 为控件指定相应的IDandroid:text 指定控件的文本,置尽量使用strings.xmlandroid:grivity 指定控件的基本位置 ,比如举重,居右,android:padding 指定控件的内边距,控件当中的内容android:singleLine 如果设置为真...
分类:其他好文   时间:2014-05-11 00:16:12    阅读次数:385
POJ2406Power Strings
来源:http://poj.org/problem?id=2406  Power Strings Time Limit: 3000MS   Memory Limit: 65536K Total Submissions: 30293   Accepted: 12631 Description Given two strin...
分类:其他好文   时间:2014-05-08 02:03:40    阅读次数:337
CareerCup之1.1字符串中字符判重
【题目】 Chapter 1 | Arrays and Strings 原文: 1.1 Implement an algorithm to determine if a string has all unique characters. What if you can not use additional data structures? 译文: 实现一个算法来判断一个字符串中的字符...
分类:其他好文   时间:2014-05-07 04:27:41    阅读次数:312
Cracking the coding interview
CareerCup 目录 Chapter 1 | Arrays and Strings 1.1  Implement an algorithm to determine if a string has all unique characters. What if you can not use additional data structures? 1.2 Write co...
分类:其他好文   时间:2014-05-07 04:25:44    阅读次数:320
CareerCup之1.4判断字符串是否为变位词
【题目】 原文: 1.4 Write a method to decide if two strings are anagrams or not. 译文: 写一个函数判断两个字符串是否是变位词。 【分析】 变位词(anagrams)指的是组成两个单词的字符相同,但位置不同的单词。比如说, abbcd和abcdb就是一对变位词。该题目有两种思路: 【思路一】 由于变位词只是字...
分类:其他好文   时间:2014-05-06 23:17:56    阅读次数:383
3304条   上一页 1 ... 327 328 329 330 331 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!