[VIEWED 13059
TIMES]
|
SAVE! for ease of future access.
|
|
|
CodeStation
Please log in to subscribe to CodeStation's postings.
Posted on 05-26-19 11:04
AM
Reply
[Subscribe]
|
Login in to Rate this Post:
1
?
Liked by
|
|
Namaste,
https://www.youtube.com/channel/UC6daBgkyBP_J_EPbesMUpqA
I am establishing a youtube channel to teach beginners some fundamentals of programming. I already have a video in the channel. Please watch it and let me know how you like it. Also, please subscribe to the channel to support if you like it. :)
https://www.youtube.com/watch?v=oHapnhejPqY&feature=share
Thank you
|
|
|
|
paani_ma_paade_jasto
Please log in to subscribe to paani_ma_paade_jasto's postings.
Posted on 05-27-19 12:42
AM [Snapshot: 178]
Reply
[Subscribe]
|
Login in to Rate this Post:
1
?
Liked by
|
|
@CodeStation , good job on explanation. Since you put this in here, I believe you are open to criticism. You did put good amount of effort in producing this video. However, in my personal opinion , it would be better if you could add the specific terminology/technology/algorithms you are trying to explain in the video as kind of agenda of your video. What you have done is totally fine, but I would probably watch your other videos if I could know what I am going to learn in your video in first few seconds ( Don't want to watch the whole video and then google on about what the video means, like in your case, I believe you clearly described an example of stable sorting but kind of failed to explain what it technically means and had to spend few minutes on video to reach that point). Sorry to make unnecessary noise, consider it a bump .
|
|
|
CodeStation
Please log in to subscribe to CodeStation's postings.
Posted on 05-27-19 6:42
AM [Snapshot: 228]
Reply
[Subscribe]
|
Login in to Rate this Post:
2
?
Liked by
|
|
Definitely open to any criticism and/or suggestions. Yes, I like the idea of having an agenda on what the video is going to explain. I will definitely try to incorporate it in my other videos. Regarding this one, this was supposed to be an introduction to what sorting is and why it is important.. I am hoping to put a video series with technical details about various sorting algorithms - like bubble sort, insertion sort, selection sort, quick sort, and heap sort. You would definitely like my other videos. At least I'd be very interested to get your feedback when I put them out. Please subscribe to my channel for the reminder when they are out: https://www.youtube.com/channel/UC6daBgkyBP_J_EPbesMUpqA
Thank you for your valuable time. :)
Last edited: 27-May-19 06:43 AM
|
|
|
Deke
Please log in to subscribe to Deke's postings.
Posted on 05-27-19 1:50
PM [Snapshot: 339]
Reply
[Subscribe]
|
Login in to Rate this Post:
1
?
Liked by
|
|
Loved the quality of your video. Would like to see more. Keep it up!
|
|
|
CodeStation
Please log in to subscribe to CodeStation's postings.
Posted on 05-27-19 2:00
PM [Snapshot: 348]
Reply
[Subscribe]
|
Login in to Rate this Post:
1
?
Liked by
|
|
@Deke - Thank you very much for the appreciation.. I am glad you liked it. Please subscribe to the Channel and support. I will be posting some more videos shortly. :) https://www.youtube.com/channel/UC6daBgkyBP_J_EPbesMUpqA
|
|
|
CodeStation
Please log in to subscribe to CodeStation's postings.
Posted on 05-28-19 12:17
PM [Snapshot: 568]
Reply
[Subscribe]
|
Login in to Rate this Post:
1
?
Liked by
|
|
Thank you for all the feedback. Any more feedback will be greatly appreciated. I will update this thread with other videos too once I create them. https://youtu.be/oHapnhejPqY https://www.youtube.com/channel/UC6daBgkyBP_J_EPbesMUpqA
|
|
|
shelvey
Please log in to subscribe to shelvey's postings.
Posted on 05-28-19 1:29
PM [Snapshot: 616]
Reply
[Subscribe]
|
Login in to Rate this Post:
1
?
Liked by
|
|
Great job! I like that you put emphasis on concept. I know this is just an intro video, but I hope you are planning on showing "the sorting code" in some programming language.
|
|
|
CodeStation
Please log in to subscribe to CodeStation's postings.
Posted on 05-28-19 11:34
PM [Snapshot: 712]
Reply
[Subscribe]
|
Login in to Rate this Post:
1
?
Liked by
|
|
@Shelvey - Thank you for the kind words. My original plan was to introduce the various sort algorithms without any code. Perhaps some pseudo-code. But no code for now. But I am hoping that eventually I'll have an implementation video too.. thank you again for your comment. :) You could subscribe to the channel for any upcoming video: https://www.youtube.com/channel/UC6daBgkyBP_J_EPbesMUpqA
|
|
|
CodeStation
Please log in to subscribe to CodeStation's postings.
Posted on 05-30-19 1:21
PM [Snapshot: 875]
Reply
[Subscribe]
|
Login in to Rate this Post:
1
?
Liked by
|
|
Anyone else who hasn't yet seen this video, please watch and let me know. I am working on another video, on the bubble sort. I would like to get feedback and improve. https://youtu.be/oHapnhejPqY Also, please subscribe to the channel if possible. Thank you for all your support..
|
|
|
CodeStation
Please log in to subscribe to CodeStation's postings.
Posted on 06-03-19 3:01
PM [Snapshot: 1032]
Reply
[Subscribe]
|
Login in to Rate this Post:
1
?
Liked by
|
|
Hi guys, namaste. Here's the second video from the series. Let me know what you think. I have tried to incorporate many suggestions from you guys here. Any other things that needs work? https://youtu.be/mjWNdA1v864
|
|
|
guitarcenter
Please log in to subscribe to guitarcenter's postings.
Posted on 06-03-19 5:00
PM [Snapshot: 1098]
Reply
[Subscribe]
|
Login in to Rate this Post:
1
?
Liked by
|
|
Hello CodeStation, Thumbs up for the video. Really liked the simple explanation of algorithm on sorting. I see that you have also shown the code in your video, as one of the user recommended earlier, I would also recommend the same. As you explain the algorithm, I think it would be helpful if you provide the code in any base language to the viewer. You could also make another video on the coding part in IDE. And also on another video explain debugging, watch, quick watch. The reason I mentioned this is when I was very beginner, I dived into the end result. And when there was errors I had no clue why it occurred. Basically I did not knew how to debug. You could also use free github to keep your simple video working code so that new users would have exposure to version control. I am sure that most of the developers working now would have knowledge what is version control, but I am just targeting beginners as I am recommending.
|
|
|
CodeStation
Please log in to subscribe to CodeStation's postings.
Posted on 06-03-19 7:33
PM [Snapshot: 1173]
Reply
[Subscribe]
|
Login in to Rate this Post:
1
?
Liked by
|
|
Hi guitar center, Thank you for your message and the feedback. Having the implementation, most likely in C++, is definitely in my agenda. Having a break point (using visual studio) and debugging the code is a great video idea. I will make sure to have a video on that too. These would, however, come after the series on the sorting algorithms. I hope you can subscribe to the channel to watch all my other videos. Thank you again.
|
|
|
CodeStation
Please log in to subscribe to CodeStation's postings.
Posted on 06-04-19 1:24
PM [Snapshot: 1257]
Reply
[Subscribe]
|
Login in to Rate this Post:
1
?
Liked by
|
|
https://youtu.be/mjWNdA1v864 Any more comments, guys?
|
|
|
CodeStation
Please log in to subscribe to CodeStation's postings.
Posted on 06-10-19 9:22
AM [Snapshot: 1412]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
Namaste. Here's the next video with the introduction to the selection sort. Please let me know how you like it: https://youtu.be/bPjeEij5YQ0
|
|
|
CodeStation
Please log in to subscribe to CodeStation's postings.
Posted on 06-20-19 2:11
PM [Snapshot: 1727]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
Another video in CodeStation.. please let me know how you like it. https://youtu.be/do8A33DLR2A
|
|
|
CodeStation
Please log in to subscribe to CodeStation's postings.
Posted on 07-02-19 9:11
AM [Snapshot: 2154]
Reply
[Subscribe]
|
Login in to Rate this Post:
1
?
Liked by
|
|
Learn about the Merge sort algorithm here: https://youtu.be/w7Xh_S0CksM
|
|
|
GajsBro
Please log in to subscribe to GajsBro's postings.
Posted on 07-03-19 10:55
PM [Snapshot: 2288]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
Bro.. Great job in the quick sort algorithm deskription, too. Always found it too hard to understand. Here's the video everyone. https://youtu.be/PBF82d_Nrsg
|
|
|