Skip to content

大步Blog

写不动了

大步Blog

写不动了

  • Java
  • 前端
  • python
  • 数据库
  • 算法
  • windows软件技巧
  • 关于博客
    • Home
    • 算法
算法

Is Perfect Number 完美数(esay)

ksharpdabu 2020-01-27 0 Comments

Good morning! Here’s your coding interview problem for today. This problem was asked by Microsoft. A number is considered perfect if its digits sum up to exactly 10. Given a…

算法

7. Reverse Integer整数反转 (Easy)

ksharpdabu 2020-01-26 0 Comments

Given a 32-bit signed integer, reverse digits of an integer.(将一个32位的有符号的整数的进行反转,注意:反转后可能会溢出,如果溢出,则返回0) Example 1: Input: 123 Output: 321 Example 2: Input: -123 Output: -321 Example 3: Input: 120 Output: 21 Note: Assume…

算法

Make all the array elements odd with minimum operations of given type

ksharpdabu 2020-01-22 0 Comments

Make all the array elements odd with minimum operations of given type Given an array arr consisting of even integers. At each move, you can select any even number X…

算法

Angles of a Clock

ksharpdabu 2020-01-20 0 Comments

Hi, here’s your problem today. This problem was recently asked by Microsoft: Given a time in the format of hour and minute, calculate the angle of the hour and minute…

Recent Posts

  • Golang实现webVTT字幕转SRT字幕
  • git迁移远程仓库同时保留所有提交记录和所有分支
  • Spring MVC接口总是默认返回XML的问题排查
  • git如何删除已经push到远程的提交
  • Is Perfect Number 完美数(esay)

Archives

  • May 2020
  • March 2020
  • February 2020
  • January 2020
  • September 2019
  • August 2019
  • May 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • June 2018
  • May 2018
  • April 2018
  • January 2018
  • December 2017
  • September 2017
  • July 2017
  • April 2016

Categories

  • git
  • Golang
  • Java
  • python
  • Uncategorized
  • windows软件技巧
  • 前端
  • 数据库
  • 日记
  • 算法

Meta

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

You Missed

Golang

Golang实现webVTT字幕转SRT字幕

git

git迁移远程仓库同时保留所有提交记录和所有分支

Java

Spring MVC接口总是默认返回XML的问题排查

git

git如何删除已经push到远程的提交

大步Blog

写不动了

Copyright © All rights reserved | Blogus by Themeansar.