多多色-多人伦交性欧美在线观看-多人伦精品一区二区三区视频-多色视频-免费黄色视屏网站-免费黄色在线

國內最全IT社區平臺 聯系我們 | 收藏本站
阿里云優惠2
您當前位置:首頁 > php開源 > php教程 > Leetcode 68 Text Justification

Leetcode 68 Text Justification

來源:程序員人生   發布時間:2016-11-16 08:11:12 閱讀次數:2574次

Given an array of words and a length L, format the text such that each line has exactly L characters and is fully (left and right) justified.

You should pack your words in a greedy approach; that is, pack as many words as you can in each line. Pad extra spaces ' ' when necessary so that each line has exactly L characters.

Extra spaces between words should be distributed as evenly as possible. If the number of spaces on a line do not divide evenly between words, the empty slots on the left will be assigned more spaces than the slots on the right.

For the last line of text, it should be left justified and no extra space is inserted between words.

For example,
words["This", "is", "an", "example", "of", "text", "justification."]
L16.

Return the formatted lines as:

[ "This is an", "example of text", "justification. " ]

Note: Each word is guaranteed not to exceed L in length.

大摹擬,寫了很冗雜的代碼,wa了無數次終究過了,后來看到了簡介的版本,對側重寫了1份,詳見注釋!

class Solution { public: vector<string> fullJustify(vector<string>& words, int maxWidth) { vector<string> result; for(int i=0,k,l;i<words.size();i+=k) { for(k=l=0;i+k<words.size() && l+words[i+k].size()<=maxWidth-k;k++) l+=words[i+k].size(); //找出1行單詞的個數k和總字母數l string temp=words[i]; //將第1個單詞放入 for(int j=0;j<k⑴;j++) { if(i+k>=words.size()) //如果是最后1行 temp+=' '; else temp+=string((maxWidth-l)/(k⑴)+(j<(maxWidth-l)%(k⑴)),' ');//精華:單詞之間的空格 temp+=words[i+j+1]; } temp+=string(maxWidth-temp.size(),' ');//補全空格 result.push_back(temp); } return result; } };


生活不易,碼農辛苦
如果您覺得本網站對您的學習有所幫助,可以手機掃描二維碼進行捐贈
程序員人生
------分隔線----------------------------
分享到:
------分隔線----------------------------
關閉
程序員人生
主站蜘蛛池模板: 免费国产一区二区三区四区 | 一级做性色a爰片久久毛片免费 | 日韩一级a毛片欧美区 | 国产人成精品综合欧美成人 | 欧美亚洲日本一区 | 欧美wwwxxxx | 国产区精品 | 精品无码中出一区二区 | s级毛片| 亚洲全黄 | 精品中文字幕在线 | 国产激情一区二区三区成人91 | 亚洲国产成人久久精品图片 | 精品一区二区三区四区 | 中欧free性video巴西 | 亚洲综合影院 | 亚洲人成网站在线观看播放 | 在线成h人视频网站免费观看 | 色偷偷青青草原在线视频 | 国产午夜精品理论片久久影视 | 91成人免费福利网站在线 | 图片区小说区综合区 | 国内精品久久影视免费 | 日韩免费福利视频 | jizz亚洲视频 | 欧美一级久久久久久久大 | 手机看片一区 | 一级做a爱免费观看视频 | 伊人电院网 | 久久精品国产网红主播图片 | 亚洲欧美中文字幕高清在线一 | 欧美日本一道高清二区三区 | 日韩精品一区二区三区小说 | 免费一级欧美毛片 | 嫩草影院精品视频在线观看 | 亚洲天堂久 | 亚洲一区二区三区高清 不卡 | 欧美日韩国产高清一区二区三区 | 一区二区中文字幕在线观看 | 亚洲在线视频免费观看 | 亚洲综合国产一区在线 |