上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 54 下一页
摘要: Infix : An expression is called the Infix expression if the operator appears in between the operands in the expression. Simply of the form (operand1 o 阅读全文
posted @ 2019-08-08 00:35 北叶青藤 阅读(460) 评论(0) 推荐(0)
摘要: Infix expression: The expression of the form a op b. When an operator is in-between every pair of operands.Postfix expression: The expression of the f 阅读全文
posted @ 2019-08-08 00:24 北叶青藤 阅读(290) 评论(0) 推荐(0)
摘要: Infix : An expression is called the Infix expression if the operator appears in between the operands in the expression. Simply of the form (operand1 o 阅读全文
posted @ 2019-08-08 00:14 北叶青藤 阅读(387) 评论(0) 推荐(0)
摘要: Postfix to Prefix Conversion Postfix: An expression is called the postfix expression if the operator appears in the expression after the operands. Sim 阅读全文
posted @ 2019-08-08 00:07 北叶青藤 阅读(467) 评论(0) 推荐(0)
摘要: You are given a string with lower case letters only. Compress it by putting the count of the letter after it. If the letter appears once, Example: com 阅读全文
posted @ 2019-08-05 04:52 北叶青藤 阅读(281) 评论(0) 推荐(0)
摘要: Given an array with distinct numbers, return an integer indicating the minimum number of swap operations required to sort the array into ascending ord 阅读全文
posted @ 2019-08-04 08:48 北叶青藤 阅读(212) 评论(0) 推荐(0)
摘要: Find the longest increasing subsequence in an array. If there are multiple, return one of them. Example, for [0, 8, 4, 12, 2, 10, 6, 14, 1, 9, 5, 13, 阅读全文
posted @ 2019-08-04 05:34 北叶青藤 阅读(123) 评论(0) 推荐(0)
摘要: A conveyor belt has packages that must be shipped from one port to another within D days. The i-th package on the conveyor belt has a weight of weight 阅读全文
posted @ 2019-08-02 14:38 北叶青藤 阅读(276) 评论(0) 推荐(0)
摘要: Given a 2D grid, each cell is either a wall 'W', an enemy 'E' or empty '0' (the number zero), return the maximum enemies you can kill using one bomb.T 阅读全文
posted @ 2019-08-02 12:53 北叶青藤 阅读(149) 评论(0) 推荐(0)
摘要: Equations are given in the format A / B = k, where A and B are variables represented as strings, and k is a real number (floating point number). Given 阅读全文
posted @ 2019-08-02 11:48 北叶青藤 阅读(203) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 54 下一页