강의

멘토링

커뮤니티

BEST
Programming

/

Algorithm & Data Structure

10-Week Completion C++ Coding Test | Algorithm Coding Test

The best coding test lecture that helped students pass Naver, Kakao, and Samsung coding tests in just 10 weeks!

(4.8) 337 reviews

4,823 learners

Level Basic

Course period Unlimited

  • kundol
Coding Test
Coding Test
C++
C++
Coding Test
Coding Test
C++
C++
kundol님의 프로필 이미지

Edited

Notice regarding update

Hello 🙂

This course is constantly being updated and we will notify you of the contents of this section. 🙂

C++ Lecture Notes: 24.07.18

  • Things to be careful of when initializing char

  • Things to be careful of when using memcpy()

  • Q. I get an error message saying "can't open file for writing."

  • getline

  • cout prints real number type

  • stable_sort()

  • Difference between sort() and stable_sort()

  • vector initialization

  • string :: push_back()

  • TrivallyCopyable

  • copy()

  • const keyword

  • The principle of sort()

  • operator()

  • substr()

  • memset()

  • Why should the base case be placed first?

  • Q. Why are insertion and deletion in a linked list O(1)?

  • Q. Why is insertion and deletion in an array O(N)?

  • The entire lesson plan has been revised to include neat illustrations.

  • Week 1: Added explanation of the main logic part of the recursive function

  • Added explanation of type conversion part

  • Added m2macbook bits/stdc++.h setting method

  • &b[0][0] + 10 * 10 Additional explanation

  • Variable initialization order issue

  • Why should priority queues be set in the opposite direction?

  • vector related picture modification

  • s[i] - '0'

  • Find() time complexity explanation supplemented

  • combi() description and code enhancements

Problem Solving Instructions: 24.06.08

  • 4 - M

  • 6 - L

  • 7 - E

  • 1 - Added L recursive solution and added lecture

Problem solving lecture

This commentary lecture has been updated with more details.

  • 6 - O

  • 6 - L

 

Comment