[Show all top banners]

CodeStation
Replies to this thread:

More by CodeStation
What people are reading
Subscribers
:: Subscribe
Back to: Kurakani General Refresh page to view new replies
 Learning computer programming
Keywords associated with this thread

easy sorting computerscience nepali algorithm earn money job screening
[VIEWED 10883 TIMES]
SAVE! for ease of future access.
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
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 .
 
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

 
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!
 
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


 
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
 
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.
 
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
 
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..
 
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
 
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.
 
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.

 
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?
 
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
 
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
 
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
 
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
 


Please Log in! to be able to reply! If you don't have a login, please register here.

YOU CAN ALSO



IN ORDER TO POST!




Within last 365 days
Recommended Popular Threads Controvertial Threads
Lets play Antakshari...........
डीभी परेन भने खुसि हुनु होस् ! अमेरिकामाधेरै का श्रीमती अर्कैसँग पोइला गएका छन् !
शीर्षक जे पनि हुन सक्छ।
What are your first memories of when Nepal Television Began?
[New post] Why Would Krishna Have To Run From The Battlefield
Sajha Poll: नेपालका सबैभन्दा आकर्षक महिला को हुन्?
ChatSansar.com Naya Nepal Chat
is Rato Bangala school cheating?
Why always Miss Nepal winner is Newari??
NRN card pros and cons?
Basnet or Basnyat ??
पुलिसनी संग - आज शनिवार - अन्तिम भाग
निगुरो थाहा छ ??
Nas and The Bokas: Coming to a Night Club near you
श्राद्द
सेक्सी कविता - पार्ट २
TPS Re-registration
What Happened to Dual Citizenship Bill
पाप न साप घोप्टो पारि थाप !!
अमेरिकामा छोरा हराएको सूचना
Nas and The Bokas: Coming to a Night Club near you
राजदरबार हत्या काण्ड बारे....
Mr. Dipak Gyawali-ji Talk is Cheap. US sends $ 200 million to Nepal every year.
Harvard Nepali Students Association Blame Israel for hamas terrorist attacks
TPS Update : Jajarkot earthquake
is Rato Bangala school cheating?
NOTE: The opinions here represent the opinions of the individual posters, and not of Sajha.com. It is not possible for sajha.com to monitor all the postings, since sajha.com merely seeks to provide a cyber location for discussing ideas and concerns related to Nepal and the Nepalis. Please send an email to admin@sajha.com using a valid email address if you want any posting to be considered for deletion. Your request will be handled on a one to one basis. Sajha.com is a service please don't abuse it. - Thanks.

Sajha.com Privacy Policy

Like us in Facebook!

↑ Back to Top
free counters