토미의 개발노트

iOS 개발관련 지식을 공유합니다.

About Archive Categories Tags RSS Feeds Git 강의

[Swift] Reduce 함수 구현해 보기

2018-10-05
  • Operator

개요

지난 시간에는 Map, Reduce, Filter 함수 중 Map함수와 Filter함수를 구현해 봤습니다. 이번 시간에는 Reduce 함수를 구현해 보도록 하겠습니다.

Read More

[Swift] Filter 함수 구현해 보기

2018-09-28
  • Operator

개요

지난 시간에는 Map, Reduce, Filter 함수 중 Map 함수를 구현해 봤습니다. 이번 시간에는 Filter 함수를 구현해 보도록 하겠습니다.

Read More

[Codility] Lesson4 (Counting Elements) - PermCheck

2018-09-26
  • Codility

문제

A non-empty array A consisting of N integers is given.

Read More

[Codility] Lesson4 (Counting Elements) - MissingInteger

2018-09-26
  • Codility

문제

This is a demo task.

Read More

[Codility] Lesson4 (Counting Elements) - MaxCounters

2018-09-26
  • Codility

문제

You are given N counters, initially set to 0, and you have two possible operations on them:

Read More
 Previous Next 

© 2025 토미😎의 개발노트