Sipping Go
2023
·1 min
A string literal is a string, without any formatting or anything to it, its literal as it says, so we use the back ticks for string literals, by that nothing we can type within the string to that would be printing differently than what we put between the back ticks
Strings concatenation in Golang (merge strings)
·1 min
In Golang, string are in Go, concatenating strings is fairly easy and straight forward, you simply use the add or addition symbol and you are all set.
Finding wether or not a substring in a string
·2 mins
To find a substring in a string its fairly simple, using Go official package, there is several functions, This functions outlines the functions
3 different ways to split strings in Go
·2 mins
When working with strings and text, many times we decide to cut the strings to wrods but then what a word is, and also what is going to be considered a seperator.
2022
Physical vs Logical vs Abstract Data Types (DST) and data structure (DS)
·5 mins
This articles breakdown the terminology used in trees data structure, as well as some types of trees and their use cases, to get familiar with them.
Mastering Data Structures & Algorithms using C and C++
·10 mins
If you know and love mathematics, dont waste yuor time, this course is your best bet.
Graph Theory Algorithms for Competitive Programming
·3 mins
Graph theory remain challenging, especially in the scope of competitive programming, this is your best friend to succeed your next challenge.
Easy to Advanced Data Structures
·2 mins
This is one of the great courses in udemy, on the subject, and his graph theory course.
Dynamic Programming Algorithms Master Course (2022)
·4 mins
Assuming you have leared that Dynamic programming is your obstacle, after taking this course, you will thank me.
Data Structures & Algorithms, Level-up for Coding Interviews
·5 mins
Coding interviews, remain one of the challenging tasks for software developers, this course will teach you what you need to make it through this time.