Code02Hero's profile picture. Introduce Myself as a programmer

code

@Code02Hero

Introduce Myself as a programmer

🚀 Day 33 of #100DaysOfCode: Diving deep into advanced searching algorithms with C! Implemented Binary Search and Interpolation Search for efficient data retrieval. 🧐🔍 #Coding #CProgramming #Algorithms #BinarySearch #InterpolationSearch #CodeNewbie

Code02Hero's tweet image. 🚀 Day 33 of #100DaysOfCode: Diving deep into advanced searching algorithms with C! Implemented Binary Search and Interpolation Search for efficient data retrieval. 🧐🔍 
#Coding #CProgramming #Algorithms #BinarySearch #InterpolationSearch #CodeNewbie

Day 32 of #100DaysOfCode: Mastered the basics of Searching Algorithms in C.🔍 Implemented Linear Search and Binary Search to efficiently find elements in arrays. Linear Search is simple but can be slow, while Binary Search is lightning-fast in sorted arrays. #CProgramming

Code02Hero's tweet image. Day 32 of #100DaysOfCode: Mastered the basics of Searching Algorithms in C.🔍 Implemented Linear Search and Binary Search to efficiently find elements in arrays. Linear Search is simple but can be slow, while Binary Search is lightning-fast in sorted arrays. #CProgramming

Day 31 of #100DaysOfCode: Dived into advanced sorting algorithms in C! Implemented Quick Sort for efficient data sorting. Learning how divide-and-conquer can optimize performance. #CProgramming #SortingAlgorithms #CodingJourney 🚀 Solution in GitHub: github.com/Code02Hero/100…

Code02Hero's tweet image. Day 31 of #100DaysOfCode: Dived into advanced sorting algorithms in C! Implemented Quick Sort for efficient data sorting. Learning how divide-and-conquer can optimize performance. #CProgramming #SortingAlgorithms #CodingJourney 🚀
Solution in GitHub:
github.com/Code02Hero/100…

2. How does a computer process information?


Day 30 of #100DaysOfCode: Focused on sorting algorithms like Bubble Sort, Selection Sort, and Insertion Sort. 🛠️ These basic algorithms may be simple, but they're the building blocks for understanding more complex sorts! 🧠 #coding #C #algorithms #sorting #LearnToCode Solution:

Code02Hero's tweet image. Day 30 of #100DaysOfCode: Focused on sorting algorithms like Bubble Sort, Selection Sort, and Insertion Sort. 🛠️ These basic algorithms may be simple, but they're the building blocks for understanding more complex sorts! 🧠 #coding #C #algorithms #sorting #LearnToCode 
Solution:

What are the main components of a computer?


Day 29 of #100DaysOfCode: Wrapped up with a mini-project! 🎉 Created a console-based BST Visualizer in C, complete with insertion, deletion, and tree visualization. This was a fantastic way to review trees and bring it all together! 🌳🚀 #coding #programming #C #LearnToCode

Code02Hero's tweet image. Day 29 of #100DaysOfCode: Wrapped up with a mini-project! 🎉 Created a console-based BST Visualizer in C, complete with insertion, deletion, and tree visualization. This was a fantastic way to review trees and bring it all together! 🌳🚀 #coding #programming #C #LearnToCode

🚨 Announcement 🚨 I'm hosting a Q&A session on all things computers! 🖥️ Join me on to discuss hardware, software, programming, AI, cybersecurity, and more. Get your questions ready! Let's trend this! #computers #technology #programming #AI #cybersecurity #QandA


Day 28 of #100DaysOfCode: Advanced Trees in C! 🌲 Implemented a binary search tree with node insertion, deletion, searching, and traversal methods. Excited about mastering these data structures! 🚀 #coding #programming #C #LearnToCode Solution in GitHub: github.com/Code02Hero/100…

Code02Hero's tweet image. Day 28 of #100DaysOfCode: Advanced Trees in C! 🌲 Implemented a binary search tree with node insertion, deletion, searching, and traversal methods. Excited about mastering these data structures! 🚀 #coding #programming #C #LearnToCode
Solution in GitHub:
github.com/Code02Hero/100…

Day 27 of #100DaysOfCode: Delved into Trees in C! 🌳 Implemented a basic binary tree with insertion and different traversal methods (in-order, pre-order, post-order). Loving the journey through data structures! 🚀 #coding #programming #C #LearnToCode Solution in GitHub:

Code02Hero's tweet image. Day 27 of #100DaysOfCode: Delved into Trees in C! 🌳 Implemented a basic binary tree with insertion and different traversal methods (in-order, pre-order, post-order). Loving the journey through data structures! 🚀 #coding #programming #C #LearnToCode
Solution in GitHub:

Day 26 of #100DaysOfCode: Advanced Stacks and Queues in C! 🔥 Implemented dynamic resizing for both stacks and queues, making them more efficient and flexible. Loving these data structures! 🚀 #coding #programming #C #LearnToCode Solution in GitHub: github.com/Code02Hero/100…

Code02Hero's tweet image. Day 26 of #100DaysOfCode: Advanced Stacks and Queues in C! 🔥 Implemented dynamic resizing for both stacks and queues, making them more efficient and flexible. Loving these data structures! 🚀 #coding #programming #C #LearnToCode
Solution in GitHub:
github.com/Code02Hero/100…

Day 25 of #100DaysOfCode: Explored Stacks and Queues in C! 📚 Implemented basic operations like push, pop for stacks, and enqueue, dequeue for queues. Loving the data structure journey! 🚀 #coding #programming #C #LearnToCode Solution in GitHub: github.com/Code02Hero/100…

Code02Hero's tweet image. Day 25 of #100DaysOfCode: Explored Stacks and Queues in C! 📚 Implemented basic operations like push, pop for stacks, and enqueue, dequeue for queues. Loving the data structure journey! 🚀 #coding #programming #C #LearnToCode 
Solution in GitHub:
github.com/Code02Hero/100…

Day 23-24 of #100DaysOfCode: Advanced Linked Lists in C! 🌟 Implemented insertion at both ends, deletion, and search functions for a robust singly linked list. Feeling accomplished! 💪 #coding #programming #C #LearnToCode Solution in GitHub: github.com/Code02Hero/100…

Code02Hero's tweet image. Day 23-24 of #100DaysOfCode: Advanced Linked Lists in C! 🌟 Implemented insertion at both ends, deletion, and search functions for a robust singly linked list. Feeling accomplished! 💪 #coding #programming #C #LearnToCode 
Solution in GitHub:
github.com/Code02Hero/100…

Day 23-24 of #100DaysOfCode: Delved into Linked Lists in C! 🖥️ Implemented a basic singly linked list with insertion and print functions. 🚀 #coding #programming #C #LearnToCode Solution in GitHub: github.com/Code02Hero/100…

Code02Hero's tweet image. Day 23-24 of #100DaysOfCode: Delved into Linked Lists in C! 🖥️ Implemented a basic singly linked list with insertion and print functions. 🚀 #coding #programming #C #LearnToCode 
Solution in GitHub:
github.com/Code02Hero/100…

Day 22 of #100DaysOfCode: Reviewed key C programming concepts and built a mini-project! 📝 Created a Contact Management System with dynamic memory, file I/O, and command line arguments. #CProgramming #CodeNewbie Solution in GitHub: github.com/Code02Hero/100…

Code02Hero's tweet image. Day 22 of #100DaysOfCode: Reviewed key C programming concepts and built a mini-project! 📝 Created a Contact Management System with dynamic memory, file I/O, and command line arguments. #CProgramming #CodeNewbie
Solution in GitHub:
github.com/Code02Hero/100…

Day 20-21 of #100DaysOfCode: Mastered advanced command line arguments in C! 🔢✨ Built a versatile calculator that performs various operations based on user input. #CodeNewbie #CProgramming #CommandLine Solution in GitHub: github.com/Code02Hero/100…

Code02Hero's tweet image. Day 20-21 of #100DaysOfCode: Mastered advanced command line arguments in C! 🔢✨ Built a versatile calculator that performs various operations based on user input. #CodeNewbie #CProgramming #CommandLine
Solution in GitHub:
github.com/Code02Hero/100…

code 已轉發

Python Code for Periodic Table Elements

clcoding's tweet image. Python Code for Periodic Table Elements

Day 20-21 of #100DaysOfCode: Learned to use command line arguments in C! 💻📜 Created a program to add two integers passed as arguments. Flexible and interactive coding! #CodeNewbie #CProgramming #CommandLine Solution in GitHub: github.com/Code02Hero/100…

Code02Hero's tweet image. Day 20-21 of #100DaysOfCode: Learned to use command line arguments in C! 💻📜 Created a program to add two integers passed as arguments. Flexible and interactive coding! #CodeNewbie #CProgramming #CommandLine
Solution in GitHub:
github.com/Code02Hero/100…

Day 18-19 of #100DaysOfCode: Advanced header files in C! 📄🔍 Created reusable libraries for math and string operations using header and source files. Modular and maintainable code! #CodeNewbie #CProgramming #HeaderFiles Solution in GitHub: github.com/Code02Hero/100…

Code02Hero's tweet image. Day 18-19 of #100DaysOfCode: Advanced header files in C! 📄🔍 Created reusable libraries for math and string operations using header and source files. Modular and maintainable code! #CodeNewbie #CProgramming #HeaderFiles
Solution in GitHub:
github.com/Code02Hero/100…

code 已轉發

Unpacking function arguments in Python #python

Python_Dv's tweet image. Unpacking function arguments in Python

#python

United States 趨勢

Loading...

Something went wrong.


Something went wrong.