• Что бы вступить в ряды "Принятый кодер" Вам нужно:
    Написать 10 полезных сообщений или тем и Получить 10 симпатий.
    Для того кто не хочет терять время,может пожертвовать средства для поддержки сервеса, и вступить в ряды VIP на месяц, дополнительная информация в лс.

  • Пользаватели которые будут спамить, уходят в бан без предупреждения. Спам сообщения определяется администрацией и модератором.

  • Гость, Что бы Вы хотели увидеть на нашем Форуме? Изложить свои идеи и пожелания по улучшению форума Вы можете поделиться с нами здесь. ----> Перейдите сюда
  • Все пользователи не прошедшие проверку электронной почты будут заблокированы. Все вопросы с разблокировкой обращайтесь по адресу электронной почте : info@guardianelinks.com . Не пришло сообщение о проверке или о сбросе также сообщите нам.

How AI Chatbots Helped Me Improve at LeetCode Without Giving Me the Answers

Lomanu4 Оффлайн

Lomanu4

Команда форума
Администратор
Регистрация
1 Мар 2015
Сообщения
1,481
Баллы
155
When I started practicing Leetcode again after a year of experience in Web development, I knew I’d need some help.

Reluctant to take help from AI chatbots, I kept moving back and forth to chatbots every time my submission failed.
This kept me wondering if I can solve these problems on my own or if I have lost my potential after coding every day alongside AI chatbots at work for all these days.

Until I realized why we started coding with chatbots in the first place — to learn better.

After I solved a problem on my own and put the code through a chatbot, I found more ways to approach the problem.
I could see why my code has a longer runtime than another solution.
I could analyze my own solution deeply and improve my ways gradually.

Like, I solved a problem on Array Wrapper with a traditional approach with 49ms of runtime. After analyzing the solution with AI I learned that the same problem can be solved with an Arrow function implementation, which reduces the runtime to 32ms.

One can say that you can find hundreds of solutions online, but it’s not about solutions on platforms like Leetcode; it’s about the skill to solve problems better.
AI can help analyze solutions in depth and improve the approach altogether in the long run.

I have one rule when solving problems: don’t ask AI for solutions.
Because every problem out there on these platforms is solved already. What I am doing is polishing my problem-solving and coding skills.

I ask for bits and pieces when I get stuck, but to put everything together into an actual solution is always my job.
And after solving each problem, I ask AI to analyze or improve my solution.

This keeps me confident in my own capabilities and helps me learn better with AI — because Leetcode isn’t about finding solutions, but about developing the skill to solve problems.


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.

 
Вверх Снизу