Coding
Binary Search Tree Terminology
Hello all, I would like to know the binary search tree terminology exactly. I know the value which is less than its root node, it will come left side or vice-versa. but what if in Read more…
Hello all, I would like to know the binary search tree terminology exactly. I know the value which is less than its root node, it will come left side or vice-versa. but what if in Read more…
So I’m trying using the ASPNetHeroBoilerplate that was posted the other day for a project that I’ve been kicking around. I’ve never used a CQRS/MediatR/Repository + Onion pattern before, but I decided that this would Read more…
Closure Properties of Regular Languages We use the term “Closure” when we talk about sets of things. If we have two regular languages L1 and L2, and L is obtained by applying certain operations on L1, Read more…
Blue Ocean: Jenkins Blue Ocean is created on the basis of the user’s Jenkins experience. It is mainly designed for the pipeline process, but it can also perform freestyle jobs. Blue Ocean reduces the disorder Read more…
During Christmas, i spent a few days working on a small project: https://meteoritedb.com/ Any feedback or ideas are appreciated !! (I think i’m not breaking the rules. It’s a small personal project and i honestly Read more…
Activity View in Blue Ocean: Blue Ocean’s activity view displays all the activity of a single pipeline process on the screen. Activity view has a navigation bar on the screen, which contains all the options Read more…
Circular Queue Circular Queue is special type queue, which follows First in First Out (FIFO) rule and as well as instead of ending queue at the last position, it starts again from the first position Read more…
I am trying to take a table with some results in in and append it to another table row on a button click served by AJAX Jquery. The function code currently is: `#list-table` has a Read more…
Pipeline run details view: Blue Ocean’s pipeline run details view section displays all the details about a single pipeline run. This section also allows you to make a modification in that run or restart that Read more…
Simplification of Context Free Grammar Context Free Grammar has recursive structure. The languages that are accepted with Context Free Grammar are called Context Free Languages. Context Free Grammar has one condition for production rules, i.e., on the left-hand Read more…