dev._.note

[TIL] 231121_TIL 본문

TIL (Today I Learned)

[TIL] 231121_TIL

Laena 2023. 11. 21. 19:19
🌈 알고리즘을 풀이하는데 정렬할때 sort와 sorted를 마구잡이로 사용하면서 둘의 차이점을 정확히 인지하지 못하고 있었다. 공식문서를 찾아서 개념을 찾아보고 정리했다.

🌈 새로 알게 된 부분
  ⭐️ sort와 sorted의 차이점

🌈 배움이 필요한 부분
  ⭐️ 고차함수

 

👏 새로 알게 된 부분

⭐️ sort와 sorted의 차이점

https://how-mrk.tistory.com/entry/Swift-sort%EC%99%80-sorted%EC%9D%98-%EC%B0%A8%EC%9D%B4%EC%A0%90

 

[Swift] sort와 sorted의 차이점

sort는 단어의 뜻대로 정렬해 주는 메서드이다. sort의 종류 sort() sort(by: ) sorted() sorted(by: ) sort() 공식문서 : https://developer.apple.com/documentation/swift/array/sort() sort() | Apple Developer Documentation Sorts the collect

how-mrk.tistory.com

 

👏 코딩테스트 풀이

https://github.com/mirae0312/Programmers_Algorithm/commit/c12250afa439c0b6256215c7043956fec26366a5

 

[level 1] Title: 문자열 내림차순으로 배치하기, Time: 0.09 ms, Memory: 16.2 MB -Bae… · mirae0312/Programmers_Algo

…kjoonHub

github.com

 

 

 

 

'TIL (Today I Learned)' 카테고리의 다른 글

[TIL] 231123_TIL  (1) 2023.11.23
[TIL] 231122_TIL  (1) 2023.11.22
[TIL] 231120_TIL  (0) 2023.11.20
[TIL] 231110_TIL  (0) 2023.11.10
[TIL] 231106_TIL  (0) 2023.11.06