Va Nanba DSA padikalam - A Data structure & Algorithm Workshop in KanchiLUG by Syed Jafer

2 Likes

Share this to anyone who can get most our of it :grin:
Stay tuned to KanchiLUG for timing and other updates

I didn’t have knowledge in python.But i am waiting for this session.

Session 01 - Python Bootcamp | Va Nanba DSA Padikalam

Date and Time: Feb 21, 19:00 IST
Meeting Link: Jitsi Meet

See you guys in Tuesday’s session.
Share this with anyone who can benefit from this!

Do we stream this in youtube ?

yes brother, Session 1 - Python Bootcamp - YouTube.

But it would be nice if you present on call, so that we have more interaction.

Session 02 - Python Bootcamp | Va Nanba DSA Padikalam

Date and Time: Feb 24, 19:00 IST
Meeting Link: Jitsi Meet

See you guys in Friday’s session.
Share this with anyone who can benefit from this!

Materials: GitHub - makereading/Batch-1-DSA-with-python: Datastructures and Algorithms with Python

Session 03 - Python Bootcamp | Va Nanba DSA Padikalam

Date and Time: Feb 25, 19:00 IST
Meeting Link: Jitsi Meet

See you guys in Saturday’s session.
Share this with anyone who can benefit from this!

Materials: GitHub - makereading/Batch-1-DSA-with-python: Datastructures and Algorithms with Python

Youtube playlist: Batch 1 - DSA with Python in Tamil - YouTube

Session 05 - GIT Bootcamp | Va Nanba DSA Padikalam

Date and Time: Mar 1, 19:00 IST
Meeting Link: Jitsi Meet

See you guys in Wednesday’s session.
Share this with anyone who can benefit from this!

Materials: GitHub - makereading/Batch-1-DSA-with-python: Datastructures and Algorithms with Python

Youtube playlist: Batch 1 - DSA with Python in Tamil - YouTube

Session 06 - GIT Bootcamp | Va Nanba DSA Padikalam

Date and Time: Mar 2, 19:00 IST
Meeting Link: Jitsi Meet

See you guys in Thursday’s session.
Share this with anyone who can benefit from this!

Materials: GitHub - makereading/Batch-1-DSA-with-python: Datastructures and Algorithms with Python

Youtube playlist: Batch 1 - DSA with Python in Tamil - YouTube

Git Playlist: GIT - Version Control System - YouTube

Just now watched session 6 recorded video.
Thanks Syed, Nice session and detailed explanation.
I have came across another resource about Big O notation in recent days. Thought it may be helpful to learners in this workshop

Session 07 - Analysis of Algorithm - Revisiting with examples | Va Nanba DSA Padikalam

Date and Time: Mar 9, 19:00 IST
Meeting Link: Jitsi Meet

See you guys in Thursday’s session.
Share this with anyone who can benefit from this!

Please go through the Session 6 - Analysis of Algorithm | Python DSA | Tamil - YouTube again. We will revisit the analysis of the algorithm.

Session 08 - Let’s calculate Big O’s | Va Nanba DSA Padikalam

Date and Time: Mar 10, 19:00 IST
Meeting Link: Jitsi Meet

See you guys in Friday’s session.
Share this with anyone who can benefit from this!

Please go through today’s session Session 7 - Revisiting Analysis of Algorithm | Python DSA | Tamil - YouTube, Session 6 - Analysis of Algorithm | Python DSA | Tamil - YouTube for better clarity.

Session 09 - Binary Search & Recursion | Va Nanba DSA Padikalam

Date and Time: Mar 14, 19:00 IST
Meeting Link: Jitsi Meet

See you guys in Tuesday’s session.
Share this with anyone who can benefit from this!

Please go through the previous sessions.

Materials: GitHub - makereading/Batch-1-DSA-with-python: Datastructures and Algorithms with Python

Youtube playlist: Batch 1 - DSA with Python in Tamil - YouTube

Git Playlist: GIT - Version Control System - YouTube

Hi All,

Session 10 - Recursion Examples | Va Nanba DSA Padikalam

Date and Time: Mar 22, 19:00 IST
Meeting Link: Jitsi Meet

See you guys in Wednesday’s session.
Share this with anyone who can benefit from this!

Please go through the previous sessions.

Materials: GitHub - makereading/Batch-1-DSA-with-python: Datastructures and Algorithms with Python

Youtube playlist: Batch 1 - DSA with Python in Tamil - YouTube

Git Playlist: GIT - Version Control System - YouTube

Hi Syed and all,

I tried to implement the binary search algorithm syed explained last session.

Check it out and let me know if any fix needs to be done

data.index(element)

will give the index by searching again. :slight_smile: You can print ‘mid’ value.

Hi All,

Session 10 - Recursion Examples | Va Nanba DSA Padikalam

Date and Time: Mar 23, 19:10 IST
Meeting Link: Jitsi Meet

See you guys in Thursday’s session.
Share this with anyone who can benefit from this!

Please go through the previous sessions.

Materials: GitHub - makereading/Batch-1-DSA-with-python: Datastructures and Algorithms with Python

Youtube playlist: Batch 1 - DSA with Python in Tamil - YouTube

Git Playlist: GIT - Version Control System - YouTube

Yes, I should have given that. Focusing on algorithm too much missed the simple way :rofl:

Hi Syed and all,

I have implemented the merge sort we discussed in last class.
As I asked, I have implemented this in for loop version :grin:

Let me know if you find any issue in my code :yum: